- getApplicationProtocol(SSLSocket) - Static method in class org.conscrypt.Conscrypt
-
Returns the ALPN protocol agreed upon by client and server.
- getApplicationProtocol(SSLEngine) - Static method in class org.conscrypt.Conscrypt
-
Returns the ALPN protocol agreed upon by client and server.
- getApplicationProtocols(SSLSocket) - Static method in class org.conscrypt.Conscrypt
-
Gets the application-layer protocols (ALPN) in prioritization order.
- getApplicationProtocols(SSLEngine) - Static method in class org.conscrypt.Conscrypt
-
Gets the application-layer protocols (ALPN) in prioritization order.
- getChannelId(SSLSocket) - Static method in class org.conscrypt.Conscrypt
-
Gets the TLS Channel ID for the given server-side socket.
- getChannelId(SSLEngine) - Static method in class org.conscrypt.Conscrypt
-
Gets the TLS Channel ID for the given server-side engine.
- getDefaultHostnameVerifier(TrustManager) - Static method in class org.conscrypt.Conscrypt
-
Returns the currently-set default hostname verifier for Conscrypt trust managers.
- getDefaultX509TrustManager() - Static method in class org.conscrypt.Conscrypt
-
Gets the default X.509 trust manager.
- getHostname(SSLSocket) - Static method in class org.conscrypt.Conscrypt
-
- getHostname(SSLEngine) - Static method in class org.conscrypt.Conscrypt
-
- getHostnameOrIP(SSLSocket) - Static method in class org.conscrypt.Conscrypt
-
This method attempts to create a textual representation of the peer host or IP.
- getHostnameVerifier(TrustManager) - Static method in class org.conscrypt.Conscrypt
-
Returns the currently-set hostname verifier for the given trust manager.
- getTlsUnique(SSLSocket) - Static method in class org.conscrypt.Conscrypt
-
Returns the tls-unique channel binding value for this connection, per RFC 5929.
- getTlsUnique(SSLEngine) - Static method in class org.conscrypt.Conscrypt
-
Returns the tls-unique channel binding value for this connection, per RFC 5929.
- selectApplicationProtocol(SSLEngine, List<String>) - Method in class org.conscrypt.ApplicationProtocolSelector
-
Selects the appropriate ALPN protocol.
- selectApplicationProtocol(SSLSocket, List<String>) - Method in class org.conscrypt.ApplicationProtocolSelector
-
Selects the appropriate ALPN protocol.
- setApplicationProtocols(SSLSocket, String[]) - Static method in class org.conscrypt.Conscrypt
-
Sets the application-layer protocols (ALPN) in prioritization order.
- setApplicationProtocols(SSLEngine, String[]) - Static method in class org.conscrypt.Conscrypt
-
Sets the application-layer protocols (ALPN) in prioritization order.
- setApplicationProtocolSelector(SSLSocket, ApplicationProtocolSelector) - Static method in class org.conscrypt.Conscrypt
-
Sets an application-provided ALPN protocol selector.
- setApplicationProtocolSelector(SSLEngine, ApplicationProtocolSelector) - Static method in class org.conscrypt.Conscrypt
-
Sets an application-provided ALPN protocol selector.
- setBufferAllocator(SSLEngine, BufferAllocator) - Static method in class org.conscrypt.Conscrypt
-
Provides the given engine with the provided bufferAllocator.
- setBufferAllocator(SSLSocket, BufferAllocator) - Static method in class org.conscrypt.Conscrypt
-
Provides the given socket with the provided bufferAllocator.
- setChannelIdEnabled(SSLSocket, boolean) - Static method in class org.conscrypt.Conscrypt
-
Enables/disables TLS Channel ID for the given server-side socket.
- setChannelIdEnabled(SSLEngine, boolean) - Static method in class org.conscrypt.Conscrypt
-
Enables/disables TLS Channel ID for the given server-side engine.
- setChannelIdPrivateKey(SSLSocket, PrivateKey) - Static method in class org.conscrypt.Conscrypt
-
Sets the
PrivateKey to be used for TLS Channel ID by this client socket.
- setChannelIdPrivateKey(SSLEngine, PrivateKey) - Static method in class org.conscrypt.Conscrypt
-
Sets the
PrivateKey to be used for TLS Channel ID by this client engine.
- setClientSessionCache(SSLContext, SSLClientSessionCache) - Static method in class org.conscrypt.Conscrypt
-
Sets the client-side persistent cache to be used by the context.
- setDefaultBufferAllocator(BufferAllocator) - Static method in class org.conscrypt.Conscrypt
-
- setDefaultHostnameVerifier(ConscryptHostnameVerifier) - Static method in class org.conscrypt.Conscrypt
-
Set the default hostname verifier that will be used for HTTPS endpoint identification by
Conscrypt trust managers.
- setHandshakeListener(SSLEngine, HandshakeListener) - Static method in class org.conscrypt.Conscrypt
-
Sets a listener on the given engine for completion of the TLS handshake
- setHostname(SSLSocket, String) - Static method in class org.conscrypt.Conscrypt
-
This method enables Server Name Indication (SNI) and overrides the hostname supplied
during socket creation.
- setHostname(SSLEngine, String) - Static method in class org.conscrypt.Conscrypt
-
This method enables Server Name Indication (SNI) and overrides the hostname supplied
during engine creation.
- setHostnameVerifier(TrustManager, ConscryptHostnameVerifier) - Static method in class org.conscrypt.Conscrypt
-
Set the hostname verifier that will be used for HTTPS endpoint identification by the
given trust manager.
- setName(String) - Method in class org.conscrypt.Conscrypt.ProviderBuilder
-
Sets the name of the Provider to be built.
- setServerSessionCache(SSLContext, SSLServerSessionCache) - Static method in class org.conscrypt.Conscrypt
-
Sets the server-side persistent cache to be used by the context.
- setUseEngineSocket(SSLSocketFactory, boolean) - Static method in class org.conscrypt.Conscrypt
-
Configures the socket to be created for the given socket factory instance.
- setUseEngineSocket(SSLServerSocketFactory, boolean) - Static method in class org.conscrypt.Conscrypt
-
Configures the socket to be created for the given server socket factory instance.
- setUseEngineSocketByDefault(boolean) - Static method in class org.conscrypt.Conscrypt
-
Configures the default socket to be created for all socket factory instances.
- setUseSessionTickets(SSLSocket, boolean) - Static method in class org.conscrypt.Conscrypt
-
This method enables session ticket support.
- setUseSessionTickets(SSLEngine, boolean) - Static method in class org.conscrypt.Conscrypt
-
This method enables session ticket support.