Uses of Class
javax.net.ssl.SSLEngineResult.Status
| 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.
|
-
Uses of SSLEngineResult.Status in javax.net.ssl
Methods in javax.net.ssl that return SSLEngineResult.Status Modifier and Type Method Description SSLEngineResult.StatusSSLEngineResult. getStatus()Returns the return value of theSSLEngineoperation.static SSLEngineResult.StatusSSLEngineResult.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLEngineResult.Status[]SSLEngineResult.Status. 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.Status Constructor Description SSLEngineResult(SSLEngineResult.Status status, SSLEngineResult.HandshakeStatus handshakeStatus, int bytesConsumed, int bytesProduced)Creates a newSSLEngineResultinstance with the specified state values.