|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.tls.AbstractTlsPeer
org.bouncycastle.crypto.tls.AbstractTlsClient
org.bouncycastle.crypto.tls.DefaultTlsClient
org.bouncycastle.crypto.tls.LegacyTlsClient
public class LegacyTlsClient
A temporary class to use LegacyTlsAuthentication
Field Summary | |
---|---|
protected CertificateVerifyer |
verifyer
Deprecated. |
Fields inherited from class org.bouncycastle.crypto.tls.AbstractTlsClient |
---|
cipherFactory, clientECPointFormats, context, namedCurves, selectedCipherSuite, selectedCompressionMethod, serverECPointFormats, supportedSignatureAlgorithms |
Constructor Summary | |
---|---|
LegacyTlsClient(CertificateVerifyer verifyer)
Deprecated. |
Method Summary | |
---|---|
TlsAuthentication |
getAuthentication()
Deprecated. |
Methods inherited from class org.bouncycastle.crypto.tls.DefaultTlsClient |
---|
createDHEKeyExchange, createDHKeyExchange, createECDHEKeyExchange, createECDHKeyExchange, createRSAKeyExchange, getCipher, getCipherSuites, getKeyExchange |
Methods inherited from class org.bouncycastle.crypto.tls.AbstractTlsClient |
---|
getClientExtensions, getClientHelloRecordLayerVersion, getClientSupplementalData, getClientVersion, getCompression, getCompressionMethods, getMinimumVersion, getSessionToResume, init, notifyNewSessionTicket, notifySelectedCipherSuite, notifySelectedCompressionMethod, notifyServerVersion, notifySessionID, processServerExtensions, processServerSupplementalData |
Methods inherited from class org.bouncycastle.crypto.tls.AbstractTlsPeer |
---|
notifyAlertRaised, notifyAlertReceived, notifyHandshakeComplete, notifySecureRenegotiation |
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.TlsPeer |
---|
notifyAlertRaised, notifyAlertReceived, notifyHandshakeComplete, notifySecureRenegotiation |
Field Detail |
---|
protected CertificateVerifyer verifyer
Constructor Detail |
---|
public LegacyTlsClient(CertificateVerifyer verifyer)
Method Detail |
---|
public TlsAuthentication getAuthentication() throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |