Interface TransportCryptoManager.HandshakeListener
- Enclosing class:
TransportCryptoManager
public static interface TransportCryptoManager.HandshakeListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionintvoidgotSecret(byte[] session_secret) voidhandshakeFailure(Throwable failure_msg) voidhandshakeSuccess(ProtocolDecoder decoder, ByteBuffer remaining_initial_data) intmatchPlainHeader(ByteBuffer buffer)
-
Field Details
-
MATCH_NONE
static final int MATCH_NONE- See Also:
-
MATCH_CRYPTO_NO_AUTO_FALLBACK
static final int MATCH_CRYPTO_NO_AUTO_FALLBACK- See Also:
-
MATCH_CRYPTO_AUTO_FALLBACK
static final int MATCH_CRYPTO_AUTO_FALLBACK- See Also:
-
-
Method Details
-
handshakeSuccess
-
handshakeFailure
-
gotSecret
void gotSecret(byte[] session_secret) -
getMaximumPlainHeaderLength
int getMaximumPlainHeaderLength() -
matchPlainHeader
-