public class PostHandshakeAuth extends Extension implements java.lang.Cloneable
The post_handshake_auth extension maybe send by the client to indicate that it is willing to do post-handshake authentication if requested by the server. The server is not allowed to send a post_handshake_auth extension.
The body of this extension is empty (see RFC 8446):
struct {} PostHandshakeAuth;The PostHandshakeAuth extension can only be set on the client side to indicate the ability for post handshake authentication.
The critical flag of this extension has no meaning.
Extension
,
ExtensionList
Modifier and Type | Field and Description |
---|---|
static ExtensionType |
TYPE
The type (49) of the post_handshake_auth extension.
|
Constructor and Description |
---|
PostHandshakeAuth()
Creates a new PostHandshakeAuth extension object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a clone of this PostHandshakeAuth extension object.
|
java.lang.String |
toString()
Gets a String representation of this PostHandshakeAuth extension.
|
getAllowedProtocolVersions, getExtensionType, getName, getType, setCritical
public static final ExtensionType TYPE
public PostHandshakeAuth()