Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Javax.net.ssl Classes and Interfaces - 43 results found.
NameDescriptionTypePackageFramework
CertPathTrustManagerParametersA wrapper for CertPathParameters.Classjavax.net.sslJava SE
ExtendedSSLSession session attributes.Classjavax.net.sslJava SE
HandshakeCompletedEventThis event indicates that an SSL handshake completed on a given SSL connection.Classjavax.net.sslJava SE
HttpsURLConnectionHttpsURLConnection extends HttpURLConnection with support for https-specific features.Classjavax.net.sslJava SE
HandshakeCompletedListenerThis interface is implemented by any class which wants to receive notifications about the completion of an SSL protocol handshakeInterfacejavax.net.sslJava SE
HostnameVerifierThis class is the base interface for hostname verification.Interfacejavax.net.sslJava SE
KeyManagerFactoryThis class acts as a factory for key managers based on a source of key material.Classjavax.net.sslJava SE
KeyManagerFactorySpiThis class defines the Service Provider Interface (SPI) for the KeyManagerFactory class.Classjavax.net.sslJava SE
KeyStoreBuilderParametersA parameters object for X509KeyManagers that encapsulates a List of KeyStore.Classjavax.net.sslJava SE
KeyManagerThis is the base interface for JSSE key managers.Interfacejavax.net.sslJava SE
ManagerFactoryParametersThis class is the base interface for providing algorithm-specific information to a KeyManagerFactory orInterfacejavax.net.sslJava SE
SNIHostNameInstances of this class represent a server name of type host_name in a Server NameClassjavax.net.sslJava SE
SNIMatcherInstances of this class represent a matcher that performs match operations on an SNIServerName instance.Classjavax.net.sslJava SE
SNIServerNameInstances of this class represent a server name in a Server Name Indication (SNI) extension.Classjavax.net.sslJava SE
SSLContextInstances of this class represent a secure socket protocol implementation which acts as a factory for secure socketClassjavax.net.sslJava SE
SSLContextSpiThis class defines the Service Provider Interface (SPI) for the SSLContext class.Classjavax.net.sslJava SE
SSLEngineA class which enables secure communications using protocols such as the Secure Sockets Layer (SSL) orClassjavax.net.sslJava SE
SSLEngineResultAn encapsulation of the result state produced by SSLEngine I/O calls.Classjavax.net.sslJava SE
SSLExceptionIndicates some kind of error detected by an SSL subsystem.Classjavax.net.sslJava SE
SSLHandshakeExceptionIndicates that the client and server could not negotiate the desired level of security.Classjavax.net.sslJava SE
SSLKeyExceptionReports a bad SSL key.Classjavax.net.sslJava SE
SSLParametersEncapsulates parameters for an SSL/TLS/DTLS connection.Classjavax.net.sslJava SE
SSLPeerUnverifiedExceptionIndicates that the peer's identity has not been verified.Classjavax.net.sslJava SE
SSLPermissionThis class is for various network permissions.Classjavax.net.sslJava SE
SSLProtocolExceptionReports an error in the operation of the SSL protocol.Classjavax.net.sslJava SE
SSLServerSocketThis class extends ServerSockets and provides secure server sockets using protocols such as the SecureClassjavax.net.sslJava SE
SSLServerSocketFactorySSLServerSocketFactorys createSince:1.Classjavax.net.sslJava SE
SSLSessionBindingEventThis event is propagated to a SSLSessionBindingListener.Classjavax.net.sslJava SE
SSLSocketThis class extends Sockets and provides secure socket using protocols such as the SecureClassjavax.net.sslJava SE
SSLSocketFactorySSLSocketFactorys create SSLSockets.Classjavax.net.sslJava SE
StandardConstantsClassjavax.net.sslJava SE
SSLEngineResult .HandshakeStatusAn SSLEngineResult enum describing the current handshaking state of this SSLEngine.Classjavax.net.ssl.SSLEngineResultJava SE
SSLEngineResult .StatusAn SSLEngineResult enum describing the overall result of the SSLEngine operation.Classjavax.net.ssl.SSLEngineResultJava SE
SSLSessionIn SSL, sessions are used to describe an ongoing relationship between two entities.Interfacejavax.net.sslJava SE
SSLSessionBindingListenerThis interface is implemented by objects which want to know when they are being bound or unbound from a SSLSession.Interfacejavax.net.sslJava SE
SSLSessionContextA SSLSessionContext represents a set of SSLSessions associated with a single entity.Interfacejavax.net.sslJava SE
TrustManagerFactoryThis class acts as a factory for trust managers based on a source of trust material.Classjavax.net.sslJava SE
TrustManagerFactorySpiThis class defines the Service Provider Interface (SPI) for the TrustManagerFactory class.Classjavax.net.sslJava SE
TrustManagerThis is the base interface for JSSE trust managers.Interfacejavax.net.sslJava SE
X509ExtendedKeyManagerAbstract class that provides for extension of the X509KeyManager Methods in this class should be overriden to provide actualClassjavax.net.sslJava SE
X509ExtendedTrustManagerExtensions to the X509TrustManager interface to support SSL/TLS/DTLS connection sensitive trust management.Classjavax.net.sslJava SE
X509KeyManagerInstances of this interface manage which X509 certificate-based key pairs are used to authenticate the local side of a secureInterfacejavax.net.sslJava SE
X509TrustManagerInstance of this interface manage which X509 certificates may be used to authenticate the remote side of a secureInterfacejavax.net.sslJava SE