Package org.bouncycastle.jsse
Class BCExtendedSSLSession
- java.lang.Object
-
- org.bouncycastle.jsse.BCExtendedSSLSession
-
- All Implemented Interfaces:
javax.net.ssl.SSLSession
public abstract class BCExtendedSSLSession extends java.lang.Object implements javax.net.ssl.SSLSession
-
-
Constructor Summary
Constructors Constructor Description BCExtendedSSLSession()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.String[]
getLocalSupportedSignatureAlgorithms()
java.lang.String[]
getLocalSupportedSignatureAlgorithmsBC()
abstract java.lang.String[]
getPeerSupportedSignatureAlgorithms()
java.lang.String[]
getPeerSupportedSignatureAlgorithmsBC()
java.util.List<BCSNIServerName>
getRequestedServerNames()
java.util.List<byte[]>
getStatusResponses()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.net.ssl.SSLSession
getApplicationBufferSize, getCipherSuite, getCreationTime, getId, getLastAccessedTime, getLocalCertificates, getLocalPrincipal, getPacketBufferSize, getPeerCertificateChain, getPeerCertificates, getPeerHost, getPeerPort, getPeerPrincipal, getProtocol, getSessionContext, getValue, getValueNames, invalidate, isValid, putValue, removeValue
-
-
-
-
Method Detail
-
getLocalSupportedSignatureAlgorithms
public abstract java.lang.String[] getLocalSupportedSignatureAlgorithms()
-
getLocalSupportedSignatureAlgorithmsBC
public java.lang.String[] getLocalSupportedSignatureAlgorithmsBC()
-
getPeerSupportedSignatureAlgorithms
public abstract java.lang.String[] getPeerSupportedSignatureAlgorithms()
-
getPeerSupportedSignatureAlgorithmsBC
public java.lang.String[] getPeerSupportedSignatureAlgorithmsBC()
-
getRequestedServerNames
public java.util.List<BCSNIServerName> getRequestedServerNames()
-
getStatusResponses
public java.util.List<byte[]> getStatusResponses()
-
-