|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.tls.AbstractTlsPeer | +--org.bouncycastle.crypto.tls.AbstractTlsClient
Field Summary | |
protected TlsCipherFactory |
cipherFactory
Deprecated. |
protected short[] |
clientECPointFormats
Deprecated. |
protected TlsClientContext |
context
Deprecated. |
protected int[] |
namedCurves
Deprecated. |
protected int |
selectedCipherSuite
Deprecated. |
protected short |
selectedCompressionMethod
Deprecated. |
protected short[] |
serverECPointFormats
Deprecated. |
protected java.util.Vector |
supportedSignatureAlgorithms
Deprecated. |
Constructor Summary | |
AbstractTlsClient()
Deprecated. |
|
AbstractTlsClient(TlsCipherFactory cipherFactory)
Deprecated. |
Method Summary | |
protected boolean |
allowUnexpectedServerExtension(java.lang.Integer extensionType,
byte[] extensionData)
Deprecated. |
protected void |
checkForUnexpectedServerExtension(java.util.Hashtable serverExtensions,
java.lang.Integer extensionType)
Deprecated. |
TlsCipher |
getCipher()
Deprecated. |
java.util.Hashtable |
getClientExtensions()
Deprecated. |
ProtocolVersion |
getClientHelloRecordLayerVersion()
Deprecated. Return the ProtocolVersion to use for the TLSPlaintext.version field prior to
receiving the server version. |
java.util.Vector |
getClientSupplementalData()
Deprecated. |
ProtocolVersion |
getClientVersion()
Deprecated. |
TlsCompression |
getCompression()
Deprecated. |
short[] |
getCompressionMethods()
Deprecated. |
ProtocolVersion |
getMinimumVersion()
Deprecated. |
TlsSession |
getSessionToResume()
Deprecated. Return the session this client wants to resume, if any. |
void |
init(TlsClientContext context)
Deprecated. |
boolean |
isFallback()
Deprecated. |
void |
notifyNewSessionTicket(NewSessionTicket newSessionTicket)
Deprecated. RFC 5077 3.3. |
void |
notifySelectedCipherSuite(int selectedCipherSuite)
Deprecated. |
void |
notifySelectedCompressionMethod(short selectedCompressionMethod)
Deprecated. |
void |
notifyServerVersion(ProtocolVersion serverVersion)
Deprecated. |
void |
notifySessionID(byte[] sessionID)
Deprecated. Notifies the client of the session_id sent in the ServerHello. |
void |
processServerExtensions(java.util.Hashtable serverExtensions)
Deprecated. |
void |
processServerSupplementalData(java.util.Vector serverSupplementalData)
Deprecated. |
Methods inherited from class org.bouncycastle.crypto.tls.AbstractTlsPeer |
cancel, notifyAlertRaised, notifyAlertReceived, notifyCloseHandle, notifyHandshakeComplete, notifySecureRenegotiation, requiresExtendedMasterSecret, shouldUseGMTUnixTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.bouncycastle.crypto.tls.TlsClient |
getAuthentication, getCipherSuites, getKeyExchange |
Methods inherited from interface org.bouncycastle.crypto.tls.TlsPeer |
cancel, notifyAlertRaised, notifyAlertReceived, notifyCloseHandle, notifyHandshakeComplete, notifySecureRenegotiation, requiresExtendedMasterSecret, shouldUseGMTUnixTime |
Field Detail |
protected TlsCipherFactory cipherFactory
protected TlsClientContext context
protected java.util.Vector supportedSignatureAlgorithms
protected int[] namedCurves
protected short[] clientECPointFormats
protected short[] serverECPointFormats
protected int selectedCipherSuite
protected short selectedCompressionMethod
Constructor Detail |
public AbstractTlsClient()
public AbstractTlsClient(TlsCipherFactory cipherFactory)
Method Detail |
protected boolean allowUnexpectedServerExtension(java.lang.Integer extensionType, byte[] extensionData) throws java.io.IOException
protected void checkForUnexpectedServerExtension(java.util.Hashtable serverExtensions, java.lang.Integer extensionType) throws java.io.IOException
public void init(TlsClientContext context)
init
in interface TlsClient
public TlsSession getSessionToResume()
TlsClient
getSessionToResume
in interface TlsClient
org.bouncycastle.crypto.tls.TlsClient
TlsSession
representing the resumable session to be used for this
connection, or null to use a new session.SessionParameters.getPeerCertificate()
public ProtocolVersion getClientHelloRecordLayerVersion()
TlsClient
ProtocolVersion
to use for the TLSPlaintext.version field prior to
receiving the server version. NOTE: This method is not called for DTLS.
See RFC 5246 E.1.: "TLS clients that wish to negotiate with older servers MAY send any value {03,XX} as the record layer version number. Typical values would be {03,00}, the lowest version number supported by the client, and the value of ClientHello.client_version. No single value will guarantee interoperability with all old servers, but this is a complex topic beyond the scope of this document."
getClientHelloRecordLayerVersion
in interface TlsClient
org.bouncycastle.crypto.tls.TlsClient
ProtocolVersion
to use.public ProtocolVersion getClientVersion()
getClientVersion
in interface TlsClient
public boolean isFallback()
isFallback
in interface TlsClient
public java.util.Hashtable getClientExtensions() throws java.io.IOException
getClientExtensions
in interface TlsClient
public ProtocolVersion getMinimumVersion()
public void notifyServerVersion(ProtocolVersion serverVersion) throws java.io.IOException
notifyServerVersion
in interface TlsClient
public short[] getCompressionMethods()
getCompressionMethods
in interface TlsClient
public void notifySessionID(byte[] sessionID)
TlsClient
notifySessionID
in interface TlsClient
org.bouncycastle.crypto.tls.TlsClient
sessionID
- TlsContext.getResumableSession()
public void notifySelectedCipherSuite(int selectedCipherSuite)
notifySelectedCipherSuite
in interface TlsClient
public void notifySelectedCompressionMethod(short selectedCompressionMethod)
notifySelectedCompressionMethod
in interface TlsClient
public void processServerExtensions(java.util.Hashtable serverExtensions) throws java.io.IOException
processServerExtensions
in interface TlsClient
public void processServerSupplementalData(java.util.Vector serverSupplementalData) throws java.io.IOException
processServerSupplementalData
in interface TlsClient
public java.util.Vector getClientSupplementalData() throws java.io.IOException
getClientSupplementalData
in interface TlsClient
public TlsCompression getCompression() throws java.io.IOException
getCompression
in interface TlsPeer
public TlsCipher getCipher() throws java.io.IOException
getCipher
in interface TlsPeer
public void notifyNewSessionTicket(NewSessionTicket newSessionTicket) throws java.io.IOException
TlsClient
This method will be called (only) when a NewSessionTicket handshake message is received. The ticket is opaque to the client and clients MUST NOT examine the ticket under the assumption that it complies with e.g. RFC 5077 4. Recommended Ticket Construction.
notifyNewSessionTicket
in interface TlsClient
org.bouncycastle.crypto.tls.TlsClient
newSessionTicket
- The ticket.java.io.IOException
-
|
Bouncy Castle Cryptography Library 1.64 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |