Uses of Class
javax.net.ssl.SSLEngineResult.HandshakeStatus
| Package | Description |
|---|---|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.conscrypt |
-
Uses of SSLEngineResult.HandshakeStatus in javax.net.ssl
Methods in javax.net.ssl that return SSLEngineResult.HandshakeStatus Modifier and Type Method Description abstract SSLEngineResult.HandshakeStatusSSLEngine. getHandshakeStatus()Returns the status of the handshake of this engine instance.SSLEngineResult.HandshakeStatusSSLEngineResult. getHandshakeStatus()Returns the status of the current handshake.static SSLEngineResult.HandshakeStatusSSLEngineResult.HandshakeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLEngineResult.HandshakeStatus[]SSLEngineResult.HandshakeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in javax.net.ssl with parameters of type SSLEngineResult.HandshakeStatus Constructor Description SSLEngineResult(SSLEngineResult.Status status, SSLEngineResult.HandshakeStatus handshakeStatus, int bytesConsumed, int bytesProduced)Creates a newSSLEngineResultinstance with the specified state values. -
Uses of SSLEngineResult.HandshakeStatus in org.conscrypt
Methods in org.conscrypt that return SSLEngineResult.HandshakeStatus Modifier and Type Method Description SSLEngineResult.HandshakeStatusSSLEngineImpl. getHandshakeStatus()This method works according to the specification of implemented class.SSLEngineResult.HandshakeStatusHandshakeProtocol. getStatus()Returns handshake status