public class OpenSSLExtendedSessionImpl extends ExtendedSSLSession
| Constructor and Description |
|---|
OpenSSLExtendedSessionImpl(AbstractOpenSSLSession delegate) |
| Modifier and Type | Method and Description |
|---|---|
int |
getApplicationBufferSize() |
String |
getCipherSuite() |
long |
getCreationTime() |
AbstractOpenSSLSession |
getDelegate() |
byte[] |
getId() |
long |
getLastAccessedTime() |
Certificate[] |
getLocalCertificates() |
Principal |
getLocalPrincipal() |
String[] |
getLocalSupportedSignatureAlgorithms() |
int |
getPacketBufferSize() |
X509Certificate[] |
getPeerCertificateChain() |
Certificate[] |
getPeerCertificates() |
String |
getPeerHost() |
int |
getPeerPort() |
Principal |
getPeerPrincipal() |
String[] |
getPeerSupportedSignatureAlgorithms() |
String |
getProtocol() |
List<SNIServerName> |
getRequestedServerNames() |
SSLSessionContext |
getSessionContext() |
Object |
getValue(String name) |
String[] |
getValueNames() |
void |
invalidate() |
boolean |
isValid() |
void |
putValue(String name,
Object value) |
void |
removeValue(String name) |
public OpenSSLExtendedSessionImpl(AbstractOpenSSLSession delegate)
public AbstractOpenSSLSession getDelegate()
public String[] getLocalSupportedSignatureAlgorithms()
getLocalSupportedSignatureAlgorithms in class ExtendedSSLSessionpublic String[] getPeerSupportedSignatureAlgorithms()
getPeerSupportedSignatureAlgorithms in class ExtendedSSLSessionpublic List<SNIServerName> getRequestedServerNames()
getRequestedServerNames in class ExtendedSSLSessionpublic byte[] getId()
public SSLSessionContext getSessionContext()
public long getCreationTime()
public long getLastAccessedTime()
public void invalidate()
public boolean isValid()
public void removeValue(String name)
public String[] getValueNames()
public Certificate[] getPeerCertificates() throws SSLPeerUnverifiedException
SSLPeerUnverifiedExceptionpublic Certificate[] getLocalCertificates()
public X509Certificate[] getPeerCertificateChain() throws SSLPeerUnverifiedException
SSLPeerUnverifiedExceptionpublic Principal getPeerPrincipal() throws SSLPeerUnverifiedException
SSLPeerUnverifiedExceptionpublic Principal getLocalPrincipal()
public String getCipherSuite()
public String getProtocol()
public String getPeerHost()
public int getPeerPort()
public int getPacketBufferSize()
public int getApplicationBufferSize()