|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.TlsProtocol
org.bouncycastle.crypto.tls.TlsClientProtocol
org.bouncycastle.crypto.tls.TlsProtocolHandler
public class TlsProtocolHandler
Field Summary |
---|
Fields inherited from class org.bouncycastle.crypto.tls.TlsClientProtocol |
---|
authentication, certificateRequest, clientExtensions, keyExchange, offeredCipherSuites, offeredCompressionMethods, selectedCipherSuite, selectedCompressionMethod, tlsClient, tlsClientContext |
Constructor Summary | |
---|---|
TlsProtocolHandler(java.io.InputStream is,
java.io.OutputStream os)
Deprecated. |
|
TlsProtocolHandler(java.io.InputStream is,
java.io.OutputStream os,
java.security.SecureRandom sr)
Deprecated. |
Method Summary |
---|
Methods inherited from class org.bouncycastle.crypto.tls.TlsClientProtocol |
---|
connect, getContext, getPeer, handleChangeCipherSpecMessage, handleHandshakeMessage, handleSupplementalData, receiveNewSessionTicketMessage, receiveServerHelloMessage, sendCertificateVerifyMessage, sendClientHelloMessage, sendClientKeyExchangeMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TlsProtocolHandler(java.io.InputStream is, java.io.OutputStream os)
public TlsProtocolHandler(java.io.InputStream is, java.io.OutputStream os, java.security.SecureRandom sr)
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |