Top Description Fields Constructors Methods
sun.security.ssl

pack-priv final Class PostHandshakeContext

extends HandshakeContext
Class Inheritance
Imports
java.io.IOException, java.nio.BufferOverflowException, .BufferUnderflowException, .ByteBuffer, java.util.ArrayList

A compact implementation of HandshakeContext for post-handshake messages

Field Summary

Inherited from sun.security.ssl.HandshakeContext:
activeCipherSuitesactiveProtocolsalgorithmConstraintsallowLegacyHelloMessagesallowUnsafeRenegotiationapplicationProtocolbaseReadSecretbaseWriteSecretcertRequestContextclientHelloRandomclientHelloVersionclientRequestedNamedGroupsconContextdelegatedActionsdelegatedThrownhandshakeConsumershandshakeCredentialshandshakeExtensionshandshakeFinishedhandshakeHashhandshakeKeyDerivationhandshakeKeyExchangehandshakeOutputhandshakePossessionshandshakeProducershandshakeSessionisResumptionkickstartMessageDeliveredlocalSupportedSignAlgsmaxFragmentLengthmaximumActiveProtocolnegotiatedCipherSuitenegotiatedProtocolnegotiatedServerNamepeerRequestedCertSignSchemespeerRequestedSignatureSchemespeerSupportedAuthoritiesrequestedServerNamesresumingSessionserverHelloRandomserverSelectedNamedGroupsslConfigsslContextstaplingActivestatelessResumptiontaskDelegated

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
pack-priv void
dispatch(byte handshakeType, ByteBuffer fragment)

Overrides sun.security.ssl.HandshakeContext.dispatch.

pack-priv static boolean
isConsumable(TransportContext context, byte handshakeType)

pack-priv void
Inherited from sun.security.ssl.HandshakeContext:
dispatchgetHandshakeTypegetRequestedServerNamesisNegotiableisNegotiableisNegotiableisNegotiable

Constructor Detail

PostHandshakeContextback to summary
pack-priv PostHandshakeContext(TransportContext context) throws IOException

Method Detail

dispatchback to summary
pack-priv void dispatch(byte handshakeType, ByteBuffer fragment) throws IOException

Overrides sun.security.ssl.HandshakeContext.dispatch.

Annotations
@Override
isConsumableback to summary
pack-priv static boolean isConsumable(TransportContext context, byte handshakeType)
kickstartback to summary
pack-priv void kickstart() throws IOException

Implements abstract sun.security.ssl.HandshakeContext.kickstart.

Annotations
@Override