Skip navigation links
A B C D E G H I K M N O P R S T U V W 

A

addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
AllocatedBuffer - Class in org.conscrypt
A buffer that was allocated by a BufferAllocator.
AllocatedBuffer() - Constructor for class org.conscrypt.AllocatedBuffer
 
allocateDirectBuffer(int) - Method in class org.conscrypt.BufferAllocator
Allocates a direct (i.e.
allSubjectAltNames(X509Certificate) - Static method in class org.conscrypt.OkHostnameVerifier
 
ApplicationProtocolSelector - Class in org.conscrypt
Server-side selector for the ALPN protocol.
ApplicationProtocolSelector() - Constructor for class org.conscrypt.ApplicationProtocolSelector
 

B

BaseOpenSSLSocketAdapterFactory - Class in org.conscrypt
 
BaseOpenSSLSocketAdapterFactory(OpenSSLSocketFactoryImpl) - Constructor for class org.conscrypt.BaseOpenSSLSocketAdapterFactory
 
bind(SocketAddress) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
bind(SocketAddress) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
BufferAllocator - Class in org.conscrypt
An object responsible for allocation of buffers.
BufferAllocator() - Constructor for class org.conscrypt.BufferAllocator
 
build() - Method in class org.conscrypt.Conscrypt.ProviderBuilder
 

C

CertBlocklist - Interface in org.conscrypt
A set of certificates that are blacklisted from trust.
checkAvailability() - Static method in class org.conscrypt.Conscrypt
Checks that the Conscrypt support is available for the system.
clientCertificateRequested(byte[], byte[][]) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
clientCertificateRequested(byte[], byte[][]) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
close() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
close() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
connect(SocketAddress, int) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
connect(SocketAddress) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
connect(SocketAddress, int) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
connect(SocketAddress) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
Conscrypt - Class in org.conscrypt
Core API for creating and configuring all Conscrypt types.
Conscrypt.ProviderBuilder - Class in org.conscrypt
 
Conscrypt.Version - Class in org.conscrypt
 
ConscryptHostnameVerifier - Interface in org.conscrypt
This interface is used to implement hostname verification in Conscrypt.
createSocket() - Method in class org.conscrypt.BaseOpenSSLSocketAdapterFactory
 
createSocket(String, int) - Method in class org.conscrypt.BaseOpenSSLSocketAdapterFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.conscrypt.BaseOpenSSLSocketAdapterFactory
 
createSocket(InetAddress, int) - Method in class org.conscrypt.BaseOpenSSLSocketAdapterFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.conscrypt.BaseOpenSSLSocketAdapterFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.conscrypt.BaseOpenSSLSocketAdapterFactory
 

D

defaultTlsProtocol(String) - Method in class org.conscrypt.Conscrypt.ProviderBuilder
Specifies what the default TLS protocol should be for SSLContext identifiers TLS, SSL, and Default.

E

exportKeyingMaterial(SSLSocket, String, byte[], int) - Static method in class org.conscrypt.Conscrypt
Exports a value derived from the TLS master secret as described in RFC 5705.
exportKeyingMaterial(SSLEngine, String, byte[], int) - Static method in class org.conscrypt.Conscrypt
Exports a value derived from the TLS master secret as described in RFC 5705.

G

getAlpnSelectedProtocol() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getAlpnSelectedProtocol() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
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.
getChannel() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getChannel() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
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.
getChannelId() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getChannelId() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getDefaultCipherSuites() - Method in class org.conscrypt.BaseOpenSSLSocketAdapterFactory
 
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.
getEnabledCipherSuites() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getEnabledCipherSuites() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getEnabledProtocols() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getEnabledProtocols() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getEnableSessionCreation() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getEnableSessionCreation() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getFileDescriptor$() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getFileDescriptor$() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getHostname(SSLSocket) - Static method in class org.conscrypt.Conscrypt
Returns either the hostname supplied during socket creation or via Conscrypt.setHostname(SSLSocket, String).
getHostname(SSLEngine) - Static method in class org.conscrypt.Conscrypt
Returns either the hostname supplied during socket creation or via Conscrypt.setHostname(SSLEngine, String).
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.
getInetAddress() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getInetAddress() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getInputStream() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getInputStream() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getKeepAlive() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getKeepAlive() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getLocalAddress() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getLocalAddress() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getLocalPort() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getLocalPort() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getLocalSocketAddress() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getLocalSocketAddress() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getNeedClientAuth() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getNeedClientAuth() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getNpnSelectedProtocol() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getNpnSelectedProtocol() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getOOBInline() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getOOBInline() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getOutputStream() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getOutputStream() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getPort() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getPort() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getReceiveBufferSize() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getReceiveBufferSize() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getRemoteSocketAddress() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getRemoteSocketAddress() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getReuseAddress() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getReuseAddress() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getSendBufferSize() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getSendBufferSize() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getSession() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getSession() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getSoLinger() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getSoLinger() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getSoTimeout() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getSoTimeout() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getSoWriteTimeout() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getSoWriteTimeout() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getSSLParameters() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getSSLParameters() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getSupportedCipherSuites() - Method in class org.conscrypt.BaseOpenSSLSocketAdapterFactory
 
getSupportedCipherSuites() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getSupportedCipherSuites() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getSupportedProtocols() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getSupportedProtocols() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getTcpNoDelay() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getTcpNoDelay() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
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.
getTrafficClass() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getTrafficClass() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getUseClientMode() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getUseClientMode() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
getWantClientAuth() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
getWantClientAuth() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 

H

handshakeCompleted() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
handshakeCompleted() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
HandshakeListener - Class in org.conscrypt
Similar in concept to HandshakeCompletedListener, but used for listening directly to the engine.
HandshakeListener() - Constructor for class org.conscrypt.HandshakeListener
 

I

INSTANCE - Static variable in class org.conscrypt.OkHostnameVerifier
 
isAvailable() - Static method in class org.conscrypt.Conscrypt
Returns true if the Conscrypt native library has been successfully loaded.
isBound() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
isBound() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
isClosed() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
isClosed() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
isConnected() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
isConnected() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
isConscrypt(Provider) - Static method in class org.conscrypt.Conscrypt
Indicates whether the given Provider was created by this distribution of Conscrypt.
isConscrypt(SSLContext) - Static method in class org.conscrypt.Conscrypt
Indicates whether the given SSLContext was created by this distribution of Conscrypt.
isConscrypt(SSLSocketFactory) - Static method in class org.conscrypt.Conscrypt
Indicates whether the given SSLSocketFactory was created by this distribution of Conscrypt.
isConscrypt(SSLServerSocketFactory) - Static method in class org.conscrypt.Conscrypt
Indicates whether the given SSLServerSocketFactory was created by this distribution of Conscrypt.
isConscrypt(SSLSocket) - Static method in class org.conscrypt.Conscrypt
Indicates whether the given SSLSocket was created by this distribution of Conscrypt.
isConscrypt(SSLEngine) - Static method in class org.conscrypt.Conscrypt
Indicates whether the given SSLEngine was created by this distribution of Conscrypt.
isConscrypt(TrustManager) - Static method in class org.conscrypt.Conscrypt
Indicates whether the given TrustManager was created by this distribution of Conscrypt.
isInputShutdown() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
isInputShutdown() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
isOutputShutdown() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
isOutputShutdown() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
isPublicKeyBlockListed(PublicKey) - Method in interface org.conscrypt.CertBlocklist
Returns whether the given public key is in the blacklist.
isSerialNumberBlockListed(BigInteger) - Method in interface org.conscrypt.CertBlocklist
Returns whether the given serial number is in the blacklist.

K

KitKatPlatformOpenSSLSocketAdapterFactory - Class in org.conscrypt
A SSLSocketFactory which creates unbundled conscrypt SSLSockets and wraps them into KitKat (and newer) platform SSLSockets.
KitKatPlatformOpenSSLSocketAdapterFactory(OpenSSLSocketFactoryImpl) - Constructor for class org.conscrypt.KitKatPlatformOpenSSLSocketAdapterFactory
 
KitKatPlatformOpenSSLSocketImplAdapter - Class in org.conscrypt
This class delegates all calls to an org.conscrypt.OpenSSLSocketImpl.
KitKatPlatformOpenSSLSocketImplAdapter(AbstractConscryptSocket) - Constructor for class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 

M

major() - Method in class org.conscrypt.Conscrypt.Version
 
maxEncryptedPacketLength() - Static method in class org.conscrypt.Conscrypt
Returns the maximum length (in bytes) of an encrypted packet.
maxSealOverhead(SSLEngine) - Static method in class org.conscrypt.Conscrypt
Returns the maximum overhead, in bytes, of sealing a record with SSL.
minor() - Method in class org.conscrypt.Conscrypt.Version
 

N

newPreferredSSLContextSpi() - Static method in class org.conscrypt.Conscrypt
Constructs a new instance of the preferred SSLContextSpi.
newProvider() - Static method in class org.conscrypt.Conscrypt
Constructs a new Provider with the default name.
newProvider(String) - Static method in class org.conscrypt.Conscrypt
Deprecated.
newProviderBuilder() - Static method in class org.conscrypt.Conscrypt
 
nioBuffer() - Method in class org.conscrypt.AllocatedBuffer
Returns the ByteBuffer that backs this buffer.

O

OkHostnameVerifier - Class in org.conscrypt
A HostnameVerifier consistent with RFC 2818.
onHandshakeFinished() - Method in class org.conscrypt.HandshakeListener
Called by the engine when the TLS handshake has completed.
org.conscrypt - package org.conscrypt
 

P

patch() - Method in class org.conscrypt.Conscrypt.Version
 
PreKitKatPlatformOpenSSLSocketAdapterFactory - Class in org.conscrypt
A SSLSocketFactory which creates unbundled conscrypt SSLSockets and wraps them into pre-KitKat platform SSLSockets.
PreKitKatPlatformOpenSSLSocketAdapterFactory(OpenSSLSocketFactoryImpl) - Constructor for class org.conscrypt.PreKitKatPlatformOpenSSLSocketAdapterFactory
 
PreKitKatPlatformOpenSSLSocketImplAdapter - Class in org.conscrypt
This class delegates all calls to an org.conscrypt.OpenSSLSocketImpl.
PreKitKatPlatformOpenSSLSocketImplAdapter(AbstractConscryptSocket) - Constructor for class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
provideTrustManager() - Method in class org.conscrypt.Conscrypt.ProviderBuilder
Deprecated.
Use provideTrustManager(true)
provideTrustManager(boolean) - Method in class org.conscrypt.Conscrypt.ProviderBuilder
Specifies whether the returned provider will provide an implementation of TrustManagerFactory.

R

release() - Method in class org.conscrypt.AllocatedBuffer
Returns the delegate ByteBuffer for reuse or garbage collection.
removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
retain() - Method in class org.conscrypt.AllocatedBuffer
Deprecated.
this method is not used

S

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.
sendUrgentData(int) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
sendUrgentData(int) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setAlpnProtocols(byte[]) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setAlpnProtocols(byte[]) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
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.
setChannelIdEnabled(boolean) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setChannelIdEnabled(boolean) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
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.
setChannelIdPrivateKey(PrivateKey) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setChannelIdPrivateKey(PrivateKey) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
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
Configures the default BufferAllocator to be used by all future SSLEngine instances from this provider.
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.
setEnabledCipherSuites(String[]) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setEnabledCipherSuites(String[]) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setEnabledProtocols(String[]) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setEnabledProtocols(String[]) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setEnableSessionCreation(boolean) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setEnableSessionCreation(boolean) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setHandshakeListener(SSLEngine, HandshakeListener) - Static method in class org.conscrypt.Conscrypt
Sets a listener on the given engine for completion of the TLS handshake
setHandshakeTimeout(int) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setHandshakeTimeout(int) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
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.
setHostname(String) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setHostname(String) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
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.
setKeepAlive(boolean) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setKeepAlive(boolean) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setName(String) - Method in class org.conscrypt.Conscrypt.ProviderBuilder
Sets the name of the Provider to be built.
setNeedClientAuth(boolean) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setNeedClientAuth(boolean) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setNpnProtocols(byte[]) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setNpnProtocols(byte[]) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setOOBInline(boolean) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setOOBInline(boolean) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setPerformancePreferences(int, int, int) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setPerformancePreferences(int, int, int) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setReceiveBufferSize(int) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setReceiveBufferSize(int) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setReuseAddress(boolean) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setReuseAddress(boolean) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setSendBufferSize(int) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setSendBufferSize(int) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setServerSessionCache(SSLContext, SSLServerSessionCache) - Static method in class org.conscrypt.Conscrypt
Sets the server-side persistent cache to be used by the context.
setSoLinger(boolean, int) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setSoLinger(boolean, int) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setSoTimeout(int) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setSoTimeout(int) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setSoWriteTimeout(int) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setSoWriteTimeout(int) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setSSLParameters(SSLParameters) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setSSLParameters(SSLParameters) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setTcpNoDelay(boolean) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setTcpNoDelay(boolean) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setTrafficClass(int) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setTrafficClass(int) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setUseClientMode(boolean) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setUseClientMode(boolean) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
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.
setUseSessionTickets(boolean) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setUseSessionTickets(boolean) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
setWantClientAuth(boolean) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
setWantClientAuth(boolean) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
shutdownInput() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
shutdownInput() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
shutdownOutput() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
shutdownOutput() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
startHandshake() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
startHandshake() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
strictInstance() - Static method in class org.conscrypt.OkHostnameVerifier
 

T

toString() - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
toString() - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 

U

unpooled() - Static method in class org.conscrypt.BufferAllocator
Returns an unpooled buffer allocator, which will create a new buffer for each request.
unwrap(SSLEngine, ByteBuffer[], ByteBuffer[]) - Static method in class org.conscrypt.Conscrypt
Extended unwrap method for multiple source and destination buffers.
unwrap(SSLEngine, ByteBuffer[], int, int, ByteBuffer[], int, int) - Static method in class org.conscrypt.Conscrypt
Exteneded unwrap method for multiple source and destination buffers.

V

verify(X509Certificate[], String, SSLSession) - Method in interface org.conscrypt.ConscryptHostnameVerifier
Returns whether the given hostname is allowable given the peer's authentication information from the given session.
verify(X509Certificate[], String, SSLSession) - Method in class org.conscrypt.OkHostnameVerifier
 
verify(String, X509Certificate) - Method in class org.conscrypt.OkHostnameVerifier
 
verifyCertificateChain(byte[][], String) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketImplAdapter
 
verifyCertificateChain(byte[][], String) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketImplAdapter
 
version() - Static method in class org.conscrypt.Conscrypt
Returns the version of this distribution of Conscrypt.

W

wrap(ByteBuffer) - Static method in class org.conscrypt.AllocatedBuffer
Creates a new AllocatedBuffer that is backed by the given ByteBuffer.
wrap(OpenSSLSocketImpl) - Method in class org.conscrypt.BaseOpenSSLSocketAdapterFactory
Wraps the provided unbundled conscrypt SSLSocket into a platform bundled conscrypt SSLSocket.
wrap(OpenSSLSocketImpl) - Method in class org.conscrypt.KitKatPlatformOpenSSLSocketAdapterFactory
 
wrap(OpenSSLSocketImpl) - Method in class org.conscrypt.PreKitKatPlatformOpenSSLSocketAdapterFactory
 
wrapHostnameVerifier(HostnameVerifier) - Static method in class org.conscrypt.Conscrypt
Wraps the HttpsURLConnection.HostnameVerifier into a ConscryptHostnameVerifier
A B C D E G H I K M N O P R S T U V W 
Skip navigation links