|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
cancel()
Deprecated. |
TlsCipher |
getCipher()
Deprecated. |
TlsCompression |
getCompression()
Deprecated. |
void |
notifyAlertRaised(short alertLevel,
short alertDescription,
java.lang.String message,
java.lang.Throwable cause)
Deprecated. This method will be called when an alert is raised by the protocol. |
void |
notifyAlertReceived(short alertLevel,
short alertDescription)
Deprecated. This method will be called when an alert is received from the remote peer. |
void |
notifyCloseHandle(TlsCloseable closehandle)
Deprecated. |
void |
notifyHandshakeComplete()
Deprecated. Notifies the peer that the handshake has been successfully completed. |
void |
notifySecureRenegotiation(boolean secureNegotiation)
Deprecated. |
boolean |
requiresExtendedMasterSecret()
Deprecated. This implementation supports RFC 7627 and will always negotiate the extended_master_secret extension where possible. |
boolean |
shouldUseGMTUnixTime()
Deprecated. draft-mathewson-no-gmtunixtime-00 2. |
Method Detail |
public void notifyCloseHandle(TlsCloseable closehandle)
public void cancel() throws java.io.IOException
java.io.IOException
public boolean requiresExtendedMasterSecret()
public boolean shouldUseGMTUnixTime()
public void notifySecureRenegotiation(boolean secureNegotiation) throws java.io.IOException
java.io.IOException
public TlsCompression getCompression() throws java.io.IOException
java.io.IOException
public TlsCipher getCipher() throws java.io.IOException
java.io.IOException
public void notifyAlertRaised(short alertLevel, short alertDescription, java.lang.String message, java.lang.Throwable cause)
alertLevel
- AlertLevel
alertDescription
- AlertDescription
message
- A human-readable message explaining what caused this alert. May be null.cause
- The Throwable
that caused this alert to be raised. May be null.public void notifyAlertReceived(short alertLevel, short alertDescription)
alertLevel
- AlertLevel
alertDescription
- AlertDescription
public void notifyHandshakeComplete() throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography Library 1.64 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |