Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Net.ssl Classes and Interfaces - 84 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
CertPathTrustManagerParametersA wrapper for CertPathParameters.Classnet.sslCode Trails
DefaultSSLServerSocketFactoryClassnet.sslCode Trails
DefaultSSLSocketFactoryClassnet.sslCode Trails
DelegateHttpsURLConnectionThis class was introduced to provide an additional level of abstraction between javax.Classsun.net.ssl.internal.www.protocol.httpsCode Trails
ConfigurableSSLServerSocketFactoryAn SSLServerSocketFactory that configures SSL parameters (those specified in SSLParametersConfiguration) on each newly Classch.qos.logback.core.net.sslLogBack
ConfigurableSSLSocketFactoryAn SSLSocketFactory that configures SSL parameters (those covered by SSLParameters) on each newly created socket.Classch.qos.logback.core.net.sslLogBack
KeyManagerFactoryFactoryBeanA factory bean for a JSSE KeyManagerFactory.Classch.qos.logback.core.net.sslLogBack
KeyStoreFactoryBeanA factory bean for a JCA KeyStore.Classch.qos.logback.core.net.sslLogBack
SecureRandomFactoryBeanA factory bean for a JCA SecureRandom generator.Classch.qos.logback.core.net.sslLogBack
SSLVarious constants used by the SSL implementation.Interfacech.qos.logback.core.net.sslLogBack
SSLComponentA interface used to identify components that have an SSL configuration.Interfacech.qos.logback.core.net.sslLogBack
SSLConfigurableAn object that has configurable SSL parameters.Interfacech.qos.logback.core.net.sslLogBack
SSLConfigurableServerSocketAn SSLConfigurable wrapper for an SSLServerSocket.Classch.qos.logback.core.net.sslLogBack
SSLConfigurableSocketAn SSLConfigurable wrapper for an SSLSocket.Classch.qos.logback.core.net.sslLogBack
SSLConfigurationA configuration for an SSLContext.Classch.qos.logback.core.net.sslLogBack
SSLContextFactoryBeanA factory bean for a JSSE SSLContext.Classch.qos.logback.core.net.sslLogBack
SSLNestedComponentRegistryRulesClassch.qos.logback.core.net.sslLogBack
SSLParametersConfigurationA configuration of SSL parameters for an SSLEngine.Classch.qos.logback.core.net.sslLogBack
SSLSocketAppenderA SocketAppender that supports SSL.Classch.qos.logback.access.netLogBack
SSLSocketAppenderA SocketAppender that supports SSL.Classch.qos.logback.classic.netLogBack
SSLSocketReceiverA SocketReceiver that supports SSL.Classch.qos.logback.classic.netLogBack
TrustManagerFactoryFactoryBeanA factory bean for a JSSE TrustManagerFactory.Classch.qos.logback.core.net.sslLogBack
ConfigurableSSLServerSocketFactoryAn SSLServerSocketFactory that configures SSL parameters (those specified in SSLParametersConfiguration) on each newly Classch.qos.logback.core.net.sslLogback Api
ConfigurableSSLSocketFactoryAn SSLSocketFactory that configures SSL parameters (those covered by SSLParameters) on each newly created socket.Classch.qos.logback.core.net.sslLogback Api
KeyManagerFactoryFactoryBeanA factory bean for a JSSE KeyManagerFactory.Classch.qos.logback.core.net.sslLogback Api
KeyStoreFactoryBeanA factory bean for a JCA KeyStore.Classch.qos.logback.core.net.sslLogback Api
SecureRandomFactoryBeanA factory bean for a JCA SecureRandom generator.Classch.qos.logback.core.net.sslLogback Api
SSLVarious constants used by the SSL implementation.Interfacech.qos.logback.core.net.sslLogback Api
SSLComponentA interface used to identify components that have an SSL configuration.Interfacech.qos.logback.core.net.sslLogback Api
SSLConfigurableAn object that has configurable SSL parameters.Interfacech.qos.logback.core.net.sslLogback Api
SSLConfigurableServerSocketAn SSLConfigurable wrapper for an SSLServerSocket.Classch.qos.logback.core.net.sslLogback Api
SSLConfigurableSocketAn SSLConfigurable wrapper for an SSLSocket.Classch.qos.logback.core.net.sslLogback Api
SSLConfigurationA configuration for an SSLContext.Classch.qos.logback.core.net.sslLogback Api
SSLContextFactoryBeanA factory bean for a JSSE SSLContext.Classch.qos.logback.core.net.sslLogback Api
SSLNestedComponentRegistryRulesClassch.qos.logback.core.net.sslLogback Api
SSLParametersConfigurationA configuration of SSL parameters for an SSLEngine.Classch.qos.logback.core.net.sslLogback Api
SSLSocketAppenderA SocketAppender that supports SSL.Classch.qos.logback.access.netLogback Api
SSLSocketAppenderA SocketAppender that supports SSL.Classch.qos.logback.classic.netLogback Api
SSLSocketReceiverA SocketReceiver that supports SSL.Classch.qos.logback.classic.netLogback Api
TrustManagerFactoryFactoryBeanA factory bean for a JSSE TrustManagerFactory.Classch.qos.logback.core.net.sslLogback Api
SSLSocketConnectionAn SSLSocketConnection provides simplified access to a remote process through an SSLSocket connection.Classorg.jscience.netJScience