org.mortbay.jetty.security
Class SslSocketConnector.CachedInfo

java.lang.Object
  extended by org.mortbay.jetty.security.SslSocketConnector.CachedInfo
Enclosing class:
SslSocketConnector

private class SslSocketConnector.CachedInfo
extends Object

Simple bundle of information that is cached in the SSLSession. Stores the effective keySize and the client certificate chain.


Field Summary
private  X509Certificate[] _certs
           
private  Integer _keySize
           
 
Constructor Summary
SslSocketConnector.CachedInfo(Integer keySize, X509Certificate[] certs)
           
 
Method Summary
(package private)  X509Certificate[] getCerts()
           
(package private)  Integer getKeySize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_keySize

private Integer _keySize

_certs

private X509Certificate[] _certs
Constructor Detail

SslSocketConnector.CachedInfo

SslSocketConnector.CachedInfo(Integer keySize,
                              X509Certificate[] certs)
Method Detail

getKeySize

Integer getKeySize()

getCerts

X509Certificate[] getCerts()