Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept() - Method in class org.wildfly.openssl.OpenSSLServerSocket
- accept() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the number of started SSL/TLS handshakes in server mode.
- acceptGood() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the number of successfully established SSL/TLS sessions in server mode.
- acceptRenegotiate() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the number of start renegotiations in server mode.
- add(E) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Inserts the specified element at the tail of this deque.
- add(E) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the tail of this deque.
- addAll(Collection<? extends E>) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator.
- addAll(Collection<? extends E>) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator.
- addFirst(E) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Inserts the specified element at the front of this deque.
- addFirst(E) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the front of this deque.
- addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class org.wildfly.openssl.OpenSSLSocket
- addLast(E) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Inserts the specified element at the end of this deque.
- addLast(E) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the end of this deque.
- aNULL - Enum constant in enum org.wildfly.openssl.Authentication
- Authentication - Enum in org.wildfly.openssl
B
- beginHandshake() - Method in class org.wildfly.openssl.OpenSSLEngine
- bind(SocketAddress) - Method in class org.wildfly.openssl.OpenSSLSocket
- bufferAddress(ByteBuffer) - Method in class org.wildfly.openssl.SSL
- bufferAddress(ByteBuffer) - Method in class org.wildfly.openssl.SSLImpl
- bufferAlreadyFreed() - Method in class org.wildfly.openssl.Messages
- bufferIsNull() - Method in class org.wildfly.openssl.Messages
- bufferLeakDetected() - Method in class org.wildfly.openssl.Messages
- bufferOverflow() - Method in class org.wildfly.openssl.Messages
- bufferUnderflow() - Method in class org.wildfly.openssl.Messages
- ByteBufferUtils - Class in org.wildfly.openssl
C
- cacheFull() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the number of sessions that were removed because the maximum session cache size was exceeded.
- cbHits() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the number of successfully retrieved sessions from the external session cache in server mode.
- Cipher - Enum in org.wildfly.openssl
-
All the standard cipher suites for SSL/TSL.
- CipherSuiteConverter - Class in org.wildfly.openssl
-
Converts a Java cipher suite string to an OpenSSL cipher suite string and vice versa.
- cleanDirectBuffer(ByteBuffer) - Static method in class org.wildfly.openssl.ByteBufferUtils
- clear() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Removes all of the elements from this deque.
- clear() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Removes all of the elements from this deque.
- clearSSLContextOptions(long, long) - Method in class org.wildfly.openssl.SSL
-
Clears OpenSSL Options.
- clearSSLContextOptions(long, long) - Method in class org.wildfly.openssl.SSLImpl
- clearSSLOptions(long, long) - Method in class org.wildfly.openssl.SSL
-
Clears OpenSSL Options.
- clearSSLOptions(long, long) - Method in class org.wildfly.openssl.SSLImpl
- clientSessionCreated(long, long, byte[]) - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
- clientSessionCreated(long, long, byte[]) - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
- close() - Method in class org.wildfly.openssl.OpenSSLSocket
- closeInbound() - Method in class org.wildfly.openssl.OpenSSLEngine
- closeOutbound() - Method in class org.wildfly.openssl.OpenSSLEngine
- ConcurrentDirectDeque<E> - Class in org.wildfly.openssl.util
-
A concurrent deque that allows direct item removal without traversal.
- ConcurrentDirectDeque() - Constructor for class org.wildfly.openssl.util.ConcurrentDirectDeque
- connect() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the number of started SSL/TLS handshakes in client mode.
- connect(SocketAddress) - Method in class org.wildfly.openssl.OpenSSLSocket
- connect(SocketAddress, int) - Method in class org.wildfly.openssl.OpenSSLSocket
- connectGood() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the number of successfully established SSL/TLS sessions in client mode.
- connectionClosed() - Method in class org.wildfly.openssl.Messages
- connectRenegotiate() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the number of start renegotiations in client mode.
- contains(Object) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Returns
trueif this deque contains at least one elementesuch thato.equals(e). - contains(Object) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Returns
trueif this deque contains at least one elementesuch thato.equals(e). - couldNotFileSuitableKeyManager() - Method in class org.wildfly.openssl.Messages
- couldNotFindLibCrypto(String, String) - Method in class org.wildfly.openssl.Messages
- couldNotFindLibSSL(String, String) - Method in class org.wildfly.openssl.Messages
- createSSLEngine() - Method in class org.wildfly.openssl.OpenSSLContextSPI
- createSSLEngine(String, int) - Method in class org.wildfly.openssl.OpenSSLContextSPI
- ctx - Variable in class org.wildfly.openssl.OpenSSLContextSPI
D
- DEFAULT_CERTIFICATE_VALIDATION_DEPTH - Static variable in class org.wildfly.openssl.OpenSSLEngine
- DEFAULT_SESSION_CACHE_SIZE - Static variable in class org.wildfly.openssl.OpenSSLContextSPI
- descendingIterator() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Returns an iterator over the elements in this deque in reverse sequential order.
- descendingIterator() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Returns an iterator over the elements in this deque in reverse sequential order.
- DH - Enum constant in enum org.wildfly.openssl.Authentication
- directBufferDeallocationFailed() - Method in class org.wildfly.openssl.Messages
- directBufferDeallocatorInitializationFailed() - Method in class org.wildfly.openssl.Messages
- DirectByteBufferDeallocator - Class in org.wildfly.openssl.util
-
DirectByteBufferDeallocatorUtility class used to free direct buffer memory. - doHandshake(long) - Method in class org.wildfly.openssl.SSL
-
SSL_do_handshake
- doHandshake(long) - Method in class org.wildfly.openssl.SSLImpl
- DSS - Enum constant in enum org.wildfly.openssl.Authentication
E
- ECDH - Enum constant in enum org.wildfly.openssl.Authentication
- ECDSA - Enum constant in enum org.wildfly.openssl.Authentication
- element() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- element() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- emptyCipherSuiteList() - Method in class org.wildfly.openssl.Messages
- enableAlpn(long) - Method in class org.wildfly.openssl.SSL
-
enables ALPN on the server side
- enableAlpn(long) - Method in class org.wildfly.openssl.SSLImpl
- engineCreateSSLEngine() - Method in class org.wildfly.openssl.OpenSSLContextSPI
- engineCreateSSLEngine(String, int) - Method in class org.wildfly.openssl.OpenSSLContextSPI
- engineGetClientSessionContext() - Method in class org.wildfly.openssl.OpenSSLContextSPI
- engineGetServerSessionContext() - Method in class org.wildfly.openssl.OpenSSLContextSPI
- engineGetServerSocketFactory() - Method in class org.wildfly.openssl.OpenSSLContextSPI
- engineGetSocketFactory() - Method in class org.wildfly.openssl.OpenSSLContextSPI
- engineInit(KeyManager[], TrustManager[], SecureRandom) - Method in class org.wildfly.openssl.OpenSSLContextSPI
- engineIsClosed() - Method in class org.wildfly.openssl.Messages
- expand(ByteBuffer) - Static method in class org.wildfly.openssl.ByteBufferUtils
-
Default byte buffer expansion.
- expand(ByteBuffer, int) - Static method in class org.wildfly.openssl.ByteBufferUtils
-
Expands buffer to the given size unless it is already as big or bigger.
F
- failedCipherSuite(String) - Method in class org.wildfly.openssl.Messages
- failedToInitializeCiphers() - Method in class org.wildfly.openssl.Messages
- failedToInitializeSslContext() - Method in class org.wildfly.openssl.Messages
- failedToMakeSslContext() - Method in class org.wildfly.openssl.Messages
- FastConcurrentDirectDeque<E> - Class in org.wildfly.openssl.util
-
A modified version of ConcurrentLinkedDequeue which includes direct removal.
- FastConcurrentDirectDeque() - Constructor for class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Constructs an empty deque.
- FastConcurrentDirectDeque(Collection<? extends E>) - Constructor for class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.
- finalize() - Method in class org.wildfly.openssl.OpenSSLContextSPI
- finalize() - Method in class org.wildfly.openssl.OpenSSLEngine
- flush() - Method in class org.wildfly.openssl.OpenSSLOutputStream
- flush() - Method in class org.wildfly.openssl.OpenSSLSocket
- free(ByteBuffer) - Static method in class org.wildfly.openssl.util.DirectByteBufferDeallocator
-
Attempts to deallocate the underlying direct memory.
- freeBIO(long) - Method in class org.wildfly.openssl.SSL
-
BIO_free
- freeBIO(long) - Method in class org.wildfly.openssl.SSLImpl
- freeSSL(long) - Method in class org.wildfly.openssl.SSL
-
SSL_free
- freeSSL(long) - Method in class org.wildfly.openssl.SSLImpl
- freeSSLContext(long) - Method in class org.wildfly.openssl.SSL
-
Free the resources used by the Context
- freeSSLContext(long) - Method in class org.wildfly.openssl.SSLImpl
- FZA - Enum constant in enum org.wildfly.openssl.Authentication
G
- getAlg_bits() - Method in enum org.wildfly.openssl.Cipher
- getAlpnSelected(long) - Method in class org.wildfly.openssl.SSL
-
SSL_get0_alpn_selected
- getAlpnSelected(long) - Method in class org.wildfly.openssl.SSLImpl
- getApplicationProtocol() - Method in class org.wildfly.openssl.OpenSSLEngine
- getApplicationProtocols() - Method in class org.wildfly.openssl.OpenSSLEngine
- getApplicationProtocols() - Method in class org.wildfly.openssl.OpenSSLSocket
- getAu() - Method in enum org.wildfly.openssl.Cipher
- getAvailableCipherSuites() - Static method in class org.wildfly.openssl.OpenSSLContextSPI
- getChannel() - Method in class org.wildfly.openssl.OpenSSLSocket
- getCipherForSSL(long) - Method in class org.wildfly.openssl.SSL
-
SSL_get_cipher.
- getCipherForSSL(long) - Method in class org.wildfly.openssl.SSLImpl
- getCiphers() - Method in class org.wildfly.openssl.OpenSSLContextSPI
- getCiphers(long) - Method in class org.wildfly.openssl.SSL
-
Returns all Returns the cipher suites that are available for negotiation in an SSL handshake.
- getCiphers(long) - Method in class org.wildfly.openssl.SSLImpl
- getDelegatedTask() - Method in class org.wildfly.openssl.OpenSSLEngine
- getEnabledCipherSuites() - Method in class org.wildfly.openssl.OpenSSLEngine
- getEnabledCipherSuites() - Method in class org.wildfly.openssl.OpenSSLServerSocket
- getEnabledCipherSuites() - Method in class org.wildfly.openssl.OpenSSLSocket
- getEnabledProtocols() - Method in class org.wildfly.openssl.OpenSSLEngine
- getEnabledProtocols() - Method in class org.wildfly.openssl.OpenSSLServerSocket
- getEnabledProtocols() - Method in class org.wildfly.openssl.OpenSSLSocket
- getEnableSessionCreation() - Method in class org.wildfly.openssl.OpenSSLEngine
- getEnableSessionCreation() - Method in class org.wildfly.openssl.OpenSSLServerSocket
- getEnableSessionCreation() - Method in class org.wildfly.openssl.OpenSSLSocket
- getEnc() - Method in enum org.wildfly.openssl.Cipher
- getErrorString(long) - Method in class org.wildfly.openssl.SSL
- getErrorString(long) - Method in class org.wildfly.openssl.SSLImpl
- getFirst() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- getFirst() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- getHandshakeApplicationProtocol() - Method in class org.wildfly.openssl.OpenSSLEngine
- getHandshakeApplicationProtocolSelector() - Method in class org.wildfly.openssl.OpenSSLEngine
- getHandshakeKey() - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
- getHandshakeSession() - Method in class org.wildfly.openssl.OpenSSLEngine
- getHandshakeSession() - Method in class org.wildfly.openssl.OpenSSLSocket
- getHandshakeStatus() - Method in class org.wildfly.openssl.OpenSSLEngine
- getId() - Method in enum org.wildfly.openssl.Cipher
- getIds() - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
- getIds() - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
- getInetAddress() - Method in class org.wildfly.openssl.OpenSSLSocket
- getInputStream() - Method in class org.wildfly.openssl.OpenSSLSocket
- getInstance() - Static method in class org.wildfly.openssl.SSL
- getJsseNames() - Method in enum org.wildfly.openssl.Cipher
- getKeepAlive() - Method in class org.wildfly.openssl.OpenSSLSocket
- getKx() - Method in enum org.wildfly.openssl.Cipher
- getLast() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- getLast() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- getLastErrorNumber() - Method in class org.wildfly.openssl.SSL
-
Get the error number representing the last error OpenSSL encountered on this thread.
- getLastErrorNumber() - Method in class org.wildfly.openssl.SSLImpl
- getLevel() - Method in enum org.wildfly.openssl.Cipher
- getLocalAddress() - Method in class org.wildfly.openssl.OpenSSLSocket
- getLocalPort() - Method in class org.wildfly.openssl.OpenSSLSocket
- getLocalSocketAddress() - Method in class org.wildfly.openssl.OpenSSLSocket
- getMac() - Method in enum org.wildfly.openssl.Cipher
- getMaxProtoVersion(long) - Method in class org.wildfly.openssl.SSL
-
Get the maximum supported protocol version.
- getMaxProtoVersion(long) - Method in class org.wildfly.openssl.SSLImpl
- getMinProtoVersion(long) - Method in class org.wildfly.openssl.SSL
-
Get the minimum supported protocol version.
- getMinProtoVersion(long) - Method in class org.wildfly.openssl.SSLImpl
- getNeedClientAuth() - Method in class org.wildfly.openssl.OpenSSLEngine
- getNeedClientAuth() - Method in class org.wildfly.openssl.OpenSSLServerSocket
- getNeedClientAuth() - Method in class org.wildfly.openssl.OpenSSLSocket
- getOOBInline() - Method in class org.wildfly.openssl.OpenSSLSocket
- getOpenSSLAlias() - Method in enum org.wildfly.openssl.Cipher
- getOptions(long) - Method in class org.wildfly.openssl.SSL
-
Get OpenSSL Option.
- getOptions(long) - Method in class org.wildfly.openssl.SSLImpl
- getOutputStream() - Method in class org.wildfly.openssl.OpenSSLSocket
- getPeerCertChain(long) - Method in class org.wildfly.openssl.SSL
-
Get the peer certificate chain or
nullif non was send. - getPeerCertChain(long) - Method in class org.wildfly.openssl.SSLImpl
- getPeerCertificate(long) - Method in class org.wildfly.openssl.SSL
-
Get the peer certificate or
nullif non was send. - getPeerCertificate(long) - Method in class org.wildfly.openssl.SSLImpl
- getPort() - Method in class org.wildfly.openssl.OpenSSLSocket
- getProtocol() - Method in enum org.wildfly.openssl.Cipher
- getReceiveBufferSize() - Method in class org.wildfly.openssl.OpenSSLSocket
- getRemoteSocketAddress() - Method in class org.wildfly.openssl.OpenSSLSocket
- getReuseAddress() - Method in class org.wildfly.openssl.OpenSSLSocket
- getSelectedApplicationProtocol() - Method in class org.wildfly.openssl.OpenSSLEngine
- getSelectedApplicationProtocol() - Method in class org.wildfly.openssl.OpenSSLSocket
- getSendBufferSize() - Method in class org.wildfly.openssl.OpenSSLSocket
- getServerSessionContext() - Method in class org.wildfly.openssl.OpenSSLContextSPI
- getSession() - Method in class org.wildfly.openssl.OpenSSLEngine
- getSession() - Method in class org.wildfly.openssl.OpenSSLSocket
- getSession(byte[]) - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
- getSession(byte[]) - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
- getSession(long) - Method in class org.wildfly.openssl.SSL
-
Returns the pointer reference to the SSL session.
- getSession(long) - Method in class org.wildfly.openssl.SSLImpl
- getSessionCacheMode(long) - Method in class org.wildfly.openssl.SSL
-
Get the mode of the current used internal session cache.
- getSessionCacheMode(long) - Method in class org.wildfly.openssl.SSLImpl
- getSessionCacheSize() - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
- getSessionCacheSize() - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
- getSessionCacheSize(long) - Method in class org.wildfly.openssl.SSL
-
Get the size of the internal session cache.
- getSessionCacheSize(long) - Method in class org.wildfly.openssl.SSLImpl
- getSessionCacheTimeout(long) - Method in class org.wildfly.openssl.SSL
-
Get the timeout for the internal session cache in seconds.
- getSessionCacheTimeout(long) - Method in class org.wildfly.openssl.SSLImpl
- getSessionContext() - Method in class org.wildfly.openssl.OpenSSLEngine
- getSessionId(long) - Method in class org.wildfly.openssl.SSL
-
Returns the ID of the session as byte array representation.
- getSessionId(long) - Method in class org.wildfly.openssl.SSLImpl
- getSessionTimeout() - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
- getSessionTimeout() - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
- getShutdown(long) - Method in class org.wildfly.openssl.SSL
-
SSL_get_shutdown
- getShutdown(long) - Method in class org.wildfly.openssl.SSLImpl
- getSoLinger() - Method in class org.wildfly.openssl.OpenSSLSocket
- getSoTimeout() - Method in class org.wildfly.openssl.OpenSSLSocket
- getSSLError(long, int) - Method in class org.wildfly.openssl.SSL
- getSSLError(long, int) - Method in class org.wildfly.openssl.SSLImpl
- getSSLParameters() - Method in class org.wildfly.openssl.OpenSSLEngine
- getSSLParameters() - Method in class org.wildfly.openssl.OpenSSLSocket
- getSSLSessionReused(long) - Method in class org.wildfly.openssl.SSL
-
Return whether or not the SSL session was reused.
- getSSLSessionReused(long) - Method in class org.wildfly.openssl.SSLImpl
- getStrength_bits() - Method in enum org.wildfly.openssl.Cipher
- getSupportedCipherSuites() - Method in class org.wildfly.openssl.OpenSSLEngine
- getSupportedCipherSuites() - Method in class org.wildfly.openssl.OpenSSLServerSocket
- getSupportedCipherSuites() - Method in class org.wildfly.openssl.OpenSSLSocket
- getSupportedProtocols() - Method in class org.wildfly.openssl.OpenSSLEngine
- getSupportedProtocols() - Method in class org.wildfly.openssl.OpenSSLServerSocket
- getSupportedProtocols() - Method in class org.wildfly.openssl.OpenSSLSocket
- getTcpNoDelay() - Method in class org.wildfly.openssl.OpenSSLSocket
- getTime(long) - Method in class org.wildfly.openssl.SSL
-
SSL_get_time
- getTime(long) - Method in class org.wildfly.openssl.SSLImpl
- getTrafficClass() - Method in class org.wildfly.openssl.OpenSSLSocket
- getUseClientMode() - Method in class org.wildfly.openssl.OpenSSLEngine
- getUseClientMode() - Method in class org.wildfly.openssl.OpenSSLServerSocket
- getUseClientMode() - Method in class org.wildfly.openssl.OpenSSLSocket
- getVersion(long) - Method in class org.wildfly.openssl.SSL
-
SSL_get_version
- getVersion(long) - Method in class org.wildfly.openssl.SSLImpl
- getWantClientAuth() - Method in class org.wildfly.openssl.OpenSSLEngine
- getWantClientAuth() - Method in class org.wildfly.openssl.OpenSSLServerSocket
- getWantClientAuth() - Method in class org.wildfly.openssl.OpenSSLSocket
- GOST01 - Enum constant in enum org.wildfly.openssl.Authentication
- GOST94 - Enum constant in enum org.wildfly.openssl.Authentication
H
- handshakeFailed() - Method in class org.wildfly.openssl.Messages
- hasOp(int) - Method in class org.wildfly.openssl.SSL
-
Return true if all the requested SSL_OP_* are supported by OpenSSL.
- hasOp(int) - Method in class org.wildfly.openssl.SSLImpl
- hits() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the number of successfully reused sessions.
I
- ignoringSecondInit() - Method in class org.wildfly.openssl.Messages
- inboundIsClosed() - Method in class org.wildfly.openssl.Messages
- initialize(String, String) - Method in class org.wildfly.openssl.SSL
- initialize(String, String) - Method in class org.wildfly.openssl.SSLImpl
- INSTANCE - Static variable in class org.wildfly.openssl.OpenSSLProvider
- invalidateSession(long) - Method in class org.wildfly.openssl.SSL
-
invalidates the current SSL session
- invalidateSession(long) - Method in class org.wildfly.openssl.SSLImpl
- invalidOffset(int, int, int) - Method in class org.wildfly.openssl.Messages
- isAlpnSupported() - Static method in class org.wildfly.openssl.OpenSSLEngine
- isAlpnSupported() - Method in class org.wildfly.openssl.SSL
- isAlpnSupported() - Method in class org.wildfly.openssl.SSLImpl
- isBound() - Method in class org.wildfly.openssl.OpenSSLSocket
- isClientMode() - Method in class org.wildfly.openssl.OpenSSLEngine
- isClosed() - Method in class org.wildfly.openssl.OpenSSLSocket
- isConnected() - Method in class org.wildfly.openssl.OpenSSLSocket
- isEmpty() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Returns
trueif this collection contains no elements. - isEmpty() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Returns
trueif this collection contains no elements. - isExport() - Method in enum org.wildfly.openssl.Cipher
- isFipsCompatible() - Method in enum org.wildfly.openssl.Cipher
- isInboundDone() - Method in class org.wildfly.openssl.OpenSSLEngine
- isInInit(long) - Method in class org.wildfly.openssl.SSL
-
SSL_in_init.
- isInInit(long) - Method in class org.wildfly.openssl.SSLImpl
- isInputShutdown() - Method in class org.wildfly.openssl.OpenSSLSocket
- isOutboundDone() - Method in class org.wildfly.openssl.OpenSSLEngine
- isOutputShutdown() - Method in class org.wildfly.openssl.OpenSSLSocket
- isSessionCacheEnabled() - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
- isSessionCacheEnabled() - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
- iterator() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Returns an iterator over the elements in this deque in proper sequence.
- iterator() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Returns an iterator over the elements in this deque in proper sequence.
K
- keyManagerDoesNotContainValidCertificates() - Method in class org.wildfly.openssl.Messages
- keyManagerIsMissing() - Method in class org.wildfly.openssl.Messages
- KRB5 - Enum constant in enum org.wildfly.openssl.Authentication
L
- LEGACY_SUPPORTED_PROTOCOLS - Static variable in class org.wildfly.openssl.OpenSSLEngine
M
- MAC_HOMEBREW_OPENSSL_PATH - Static variable in class org.wildfly.openssl.SSL
- makeNetworkBIO(long) - Method in class org.wildfly.openssl.SSL
-
Wire up internal and network BIOs for the given SSL instance.
- makeNetworkBIO(long) - Method in class org.wildfly.openssl.SSLImpl
- makeSSLContext(int, int) - Method in class org.wildfly.openssl.SSL
-
Create a new SSL context.
- makeSSLContext(int, int) - Method in class org.wildfly.openssl.SSLImpl
- mergeHandshakeSession(SSLSession, byte[]) - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
- mergeHandshakeSession(SSLSession, byte[]) - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
- Messages - Class in org.wildfly.openssl
- MESSAGES - Static variable in class org.wildfly.openssl.Messages
- misses() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the number of sessions proposed by clients that were not found in the internal session cache in server mode.
N
- nameWasNull() - Method in class org.wildfly.openssl.Messages
- newInstance() - Static method in class org.wildfly.openssl.util.ConcurrentDirectDeque
- newSSL(long, boolean) - Method in class org.wildfly.openssl.SSL
-
SSL_new
- newSSL(long, boolean) - Method in class org.wildfly.openssl.SSLImpl
- noSslContext() - Method in class org.wildfly.openssl.Messages
- nullCipherSuites() - Method in class org.wildfly.openssl.Messages
- number() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the current number of sessions in the internal session cache.
O
- offer(E) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Inserts the specified element at the tail of this deque.
- offer(E) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the tail of this deque.
- offerFirst(E) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Inserts the specified element at the front of this deque.
- offerFirst(E) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the front of this deque.
- offerFirstAndReturnToken(E) - Method in class org.wildfly.openssl.util.ConcurrentDirectDeque
- offerFirstAndReturnToken(E) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- offerFirstAndReturnToken(E) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- offerLast(E) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Inserts the specified element at the end of this deque.
- offerLast(E) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Inserts the specified element at the end of this deque.
- offerLastAndReturnToken(E) - Method in class org.wildfly.openssl.util.ConcurrentDirectDeque
- offerLastAndReturnToken(E) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- offerLastAndReturnToken(E) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- OpenSSLClientSessionContext - Class in org.wildfly.openssl
-
OpenSSLSessionContextimplementation which offers extra methods which are only useful for the client-side. - OpenSSLContextSPI - Class in org.wildfly.openssl
- OpenSSLContextSPI.OpenSSLTLS_1_0_ContextSpi - Class in org.wildfly.openssl
- OpenSSLContextSPI.OpenSSLTLS_1_1_ContextSpi - Class in org.wildfly.openssl
- OpenSSLContextSPI.OpenSSLTLS_1_2_ContextSpi - Class in org.wildfly.openssl
- OpenSSLContextSPI.OpenSSLTLS_1_3_ContextSpi - Class in org.wildfly.openssl
- OpenSSLContextSPI.OpenSSLTLSContextSpi - Class in org.wildfly.openssl
- OpenSSLEngine - Class in org.wildfly.openssl
- OpenSSLOutputStream - Class in org.wildfly.openssl
- OpenSSLOutputStream(OpenSSLSocket) - Constructor for class org.wildfly.openssl.OpenSSLOutputStream
- OpenSSLProvider - Class in org.wildfly.openssl
- OpenSSLProvider() - Constructor for class org.wildfly.openssl.OpenSSLProvider
- OpenSSLServerSessionContext - Class in org.wildfly.openssl
-
OpenSSLSessionContextimplementation which offers extra methods which are only useful for the server-side. - OpenSSLServerSocket - Class in org.wildfly.openssl
- OpenSSLServerSocket(int, int, InetAddress, OpenSSLContextSPI) - Constructor for class org.wildfly.openssl.OpenSSLServerSocket
- OpenSSLServerSocket(int, int, OpenSSLContextSPI) - Constructor for class org.wildfly.openssl.OpenSSLServerSocket
- OpenSSLServerSocket(int, OpenSSLContextSPI) - Constructor for class org.wildfly.openssl.OpenSSLServerSocket
- OpenSSLServerSocket(OpenSSLContextSPI) - Constructor for class org.wildfly.openssl.OpenSSLServerSocket
- OpenSSLSessionStats - Class in org.wildfly.openssl
-
Stats exposed by an OpenSSL session context.
- OpenSSLSocket - Class in org.wildfly.openssl
- OpenSSLSocket(String, int, InetAddress, int, OpenSSLEngine) - Constructor for class org.wildfly.openssl.OpenSSLSocket
- OpenSSLSocket(String, int, OpenSSLEngine) - Constructor for class org.wildfly.openssl.OpenSSLSocket
- OpenSSLSocket(InetAddress, int, InetAddress, int, OpenSSLEngine) - Constructor for class org.wildfly.openssl.OpenSSLSocket
- OpenSSLSocket(InetAddress, int, OpenSSLEngine) - Constructor for class org.wildfly.openssl.OpenSSLSocket
- OpenSSLSocket(Socket, boolean, String, int, OpenSSLEngine) - Constructor for class org.wildfly.openssl.OpenSSLSocket
- OpenSSLSocket(Socket, boolean, OpenSSLEngine) - Constructor for class org.wildfly.openssl.OpenSSLSocket
- OpenSSLSocket(OpenSSLEngine) - Constructor for class org.wildfly.openssl.OpenSSLSocket
- OpenSSLTLS_1_0_ContextSpi() - Constructor for class org.wildfly.openssl.OpenSSLContextSPI.OpenSSLTLS_1_0_ContextSpi
- OpenSSLTLS_1_1_ContextSpi() - Constructor for class org.wildfly.openssl.OpenSSLContextSPI.OpenSSLTLS_1_1_ContextSpi
- OpenSSLTLS_1_2_ContextSpi() - Constructor for class org.wildfly.openssl.OpenSSLContextSPI.OpenSSLTLS_1_2_ContextSpi
- OpenSSLTLS_1_3_ContextSpi() - Constructor for class org.wildfly.openssl.OpenSSLContextSPI.OpenSSLTLS_1_3_ContextSpi
- OpenSSLTLSContextSpi() - Constructor for class org.wildfly.openssl.OpenSSLContextSPI.OpenSSLTLSContextSpi
- openSSLVersion(String) - Method in class org.wildfly.openssl.Messages
- ORG_WILDFLY_LIBWFSSL_PATH - Static variable in class org.wildfly.openssl.SSL
- ORG_WILDFLY_OPENSSL_PATH - Static variable in class org.wildfly.openssl.SSL
- ORG_WILDFLY_OPENSSL_PATH_LIBCRYPTO - Static variable in class org.wildfly.openssl.SSL
- ORG_WILDFLY_OPENSSL_PATH_LIBSSL - Static variable in class org.wildfly.openssl.SSL
- org.wildfly.openssl - package org.wildfly.openssl
- org.wildfly.openssl.util - package org.wildfly.openssl.util
- oversidedPacket() - Method in class org.wildfly.openssl.Messages
P
- peek() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- peek() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- peekFirst() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- peekFirst() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- peekLast() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- peekLast() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- pendingReadableBytesInSSL(long) - Method in class org.wildfly.openssl.SSL
-
SSL_pending.
- pendingReadableBytesInSSL(long) - Method in class org.wildfly.openssl.SSLImpl
- pendingWrittenBytesInBIO(long) - Method in class org.wildfly.openssl.SSL
-
BIO_ctrl_pending.
- pendingWrittenBytesInBIO(long) - Method in class org.wildfly.openssl.SSLImpl
- poll() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- poll() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- pollFirst() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- pollFirst() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- pollLast() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- pollLast() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- pop() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- pop() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- PortableConcurrentDirectDeque<E> - Class in org.wildfly.openssl.util
-
A modified version of ConcurrentLinkedDequeue which includes direct removal and is portable accorss all JVMs.
- PortableConcurrentDirectDeque() - Constructor for class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Constructs an empty deque.
- PortableConcurrentDirectDeque(Collection<? extends E>) - Constructor for class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.
- PSK - Enum constant in enum org.wildfly.openssl.Authentication
- push(E) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- push(E) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
R
- read() - Method in class org.wildfly.openssl.OpenSSLSocket
- read(byte[]) - Method in class org.wildfly.openssl.OpenSSLSocket
- read(byte[], int, int) - Method in class org.wildfly.openssl.OpenSSLSocket
- readFromBIO(long, long, int) - Method in class org.wildfly.openssl.SSL
-
BIO_read.
- readFromBIO(long, long, int) - Method in class org.wildfly.openssl.SSLImpl
- readFromSSL(long, long, int) - Method in class org.wildfly.openssl.SSL
-
SSL_read
- readFromSSL(long, long, int) - Method in class org.wildfly.openssl.SSLImpl
- readFromSSLFailed(long, int, String) - Method in class org.wildfly.openssl.Messages
- register() - Static method in class org.wildfly.openssl.OpenSSLProvider
- registerFirst() - Static method in class org.wildfly.openssl.OpenSSLProvider
- registerSessionContext(long, OpenSSLSessionContext) - Method in class org.wildfly.openssl.SSL
- registerSessionContext(long, OpenSSLSessionContext) - Method in class org.wildfly.openssl.SSLImpl
- remove() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- remove() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- remove(Object) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Removes the first element
esuch thato.equals(e), if such an element exists in this deque. - remove(Object) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Removes the first element
esuch thato.equals(e), if such an element exists in this deque. - removeFirst() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- removeFirst() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- removeFirstOccurrence(Object) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Removes the first element
esuch thato.equals(e), if such an element exists in this deque. - removeFirstOccurrence(Object) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Removes the first element
esuch thato.equals(e), if such an element exists in this deque. - removeHandshakeCompletedListener(HandshakeCompletedListener) - Method in class org.wildfly.openssl.OpenSSLSocket
- removeLast() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- removeLast() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- removeLastOccurrence(Object) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Removes the last element
esuch thato.equals(e), if such an element exists in this deque. - removeLastOccurrence(Object) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Removes the last element
esuch thato.equals(e), if such an element exists in this deque. - removeToken(Object) - Method in class org.wildfly.openssl.util.ConcurrentDirectDeque
- removeToken(Object) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
- removeToken(Object) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
- renegotiate(long) - Method in class org.wildfly.openssl.SSL
-
SSL_renegotiate
- renegotiate(long) - Method in class org.wildfly.openssl.SSLImpl
- renegotiationNotSupported() - Method in class org.wildfly.openssl.Messages
- RSA - Enum constant in enum org.wildfly.openssl.Authentication
- runningHandshakeWithBufferedData() - Method in class org.wildfly.openssl.Messages
S
- saveServerCipher(long, int) - Method in class org.wildfly.openssl.SSL
- saveServerCipher(long, int) - Method in class org.wildfly.openssl.SSLImpl
- sendUrgentData(int) - Method in class org.wildfly.openssl.OpenSSLSocket
- sessionAccept(long) - Method in class org.wildfly.openssl.SSL
-
Session resumption statistics methods.
- sessionAccept(long) - Method in class org.wildfly.openssl.SSLImpl
- sessionAcceptGood(long) - Method in class org.wildfly.openssl.SSL
- sessionAcceptGood(long) - Method in class org.wildfly.openssl.SSLImpl
- sessionAcceptRenegotiate(long) - Method in class org.wildfly.openssl.SSL
- sessionAcceptRenegotiate(long) - Method in class org.wildfly.openssl.SSLImpl
- sessionCacheFull(long) - Method in class org.wildfly.openssl.SSL
- sessionCacheFull(long) - Method in class org.wildfly.openssl.SSLImpl
- sessionCbHits(long) - Method in class org.wildfly.openssl.SSL
- sessionCbHits(long) - Method in class org.wildfly.openssl.SSLImpl
- sessionConnect(long) - Method in class org.wildfly.openssl.SSL
- sessionConnect(long) - Method in class org.wildfly.openssl.SSLImpl
- sessionConnectGood(long) - Method in class org.wildfly.openssl.SSL
- sessionConnectGood(long) - Method in class org.wildfly.openssl.SSLImpl
- sessionConnectRenegotiate(long) - Method in class org.wildfly.openssl.SSL
- sessionConnectRenegotiate(long) - Method in class org.wildfly.openssl.SSLImpl
- sessionHits(long) - Method in class org.wildfly.openssl.SSL
- sessionHits(long) - Method in class org.wildfly.openssl.SSLImpl
- sessionMisses(long) - Method in class org.wildfly.openssl.SSL
- sessionMisses(long) - Method in class org.wildfly.openssl.SSLImpl
- sessionNumber(long) - Method in class org.wildfly.openssl.SSL
- sessionNumber(long) - Method in class org.wildfly.openssl.SSLImpl
- sessionRemoved(byte[]) - Method in class org.wildfly.openssl.OpenSSLContextSPI
- sessions - Variable in class org.wildfly.openssl.OpenSSLClientSessionContext
- sessions - Variable in class org.wildfly.openssl.OpenSSLServerSessionContext
- sessionTimeouts(long) - Method in class org.wildfly.openssl.SSL
- sessionTimeouts(long) - Method in class org.wildfly.openssl.SSLImpl
- setAlpnProtos(long, String[]) - Method in class org.wildfly.openssl.SSL
-
Set application layer protocol for application layer protocol negotiation extension.
- setAlpnProtos(long, String[]) - Method in class org.wildfly.openssl.SSLImpl
- setApplicationProtocols(String...) - Method in class org.wildfly.openssl.OpenSSLEngine
- setApplicationProtocols(String...) - Method in class org.wildfly.openssl.OpenSSLSocket
- setCARevocation(long, String, String) - Method in class org.wildfly.openssl.SSL
-
Set File of concatenated PEM-encoded CA CRLs or directory of PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one file where you can assemble the Certificate Revocation Lists (CRL) of Certification Authorities (CA) whose clients you deal with. - setCARevocation(long, String, String) - Method in class org.wildfly.openssl.SSLImpl
- setCertificate(long, byte[], byte[][], byte[], int) - Method in class org.wildfly.openssl.SSL
-
Set Certificate
Point setCertificateFile at a PEM encoded certificate. - setCertificate(long, byte[], byte[][], byte[], int) - Method in class org.wildfly.openssl.SSLImpl
- setCertVerifyCallback(long, CertificateVerifier) - Method in class org.wildfly.openssl.SSL
-
Allow to hook
CertificateVerifierinto the handshake processing. - setCertVerifyCallback(long, CertificateVerifier) - Method in class org.wildfly.openssl.SSLImpl
- setCipherSuite(long, String) - Method in class org.wildfly.openssl.SSL
-
Cipher Suite available for negotiation in SSL handshake.
- setCipherSuite(long, String) - Method in class org.wildfly.openssl.SSLImpl
- setCipherSuites(long, String) - Method in class org.wildfly.openssl.SSL
-
Returns the cipher suites available for negotiation in SSL handshake.
- setCipherSuites(long, String) - Method in class org.wildfly.openssl.SSLImpl
- setCipherSuitesTLS13(long, String) - Method in class org.wildfly.openssl.SSL
-
Sets the cipher suites available for negotiation in the SSL handshake.
- setCipherSuitesTLS13(long, String) - Method in class org.wildfly.openssl.SSLImpl
- setCipherSuiteTLS13(long, String) - Method in class org.wildfly.openssl.SSL
-
Sets the cipher suites available for negotiation in the SSL handshake.
- setCipherSuiteTLS13(long, String) - Method in class org.wildfly.openssl.SSLImpl
- setEnabledCipherSuites(String[]) - Method in class org.wildfly.openssl.OpenSSLEngine
- setEnabledCipherSuites(String[]) - Method in class org.wildfly.openssl.OpenSSLServerSocket
- setEnabledCipherSuites(String[]) - Method in class org.wildfly.openssl.OpenSSLSocket
- setEnabledProtocols(String[]) - Method in class org.wildfly.openssl.OpenSSLEngine
- setEnabledProtocols(String[]) - Method in class org.wildfly.openssl.OpenSSLServerSocket
- setEnabledProtocols(String[]) - Method in class org.wildfly.openssl.OpenSSLSocket
- setEnableSessionCreation(boolean) - Method in class org.wildfly.openssl.OpenSSLEngine
- setEnableSessionCreation(boolean) - Method in class org.wildfly.openssl.OpenSSLServerSocket
- setEnableSessionCreation(boolean) - Method in class org.wildfly.openssl.OpenSSLSocket
- setHandshakeApplicationProtocolSelector(BiFunction<SSLEngine, List<String>, String>) - Method in class org.wildfly.openssl.OpenSSLEngine
- setKeepAlive(boolean) - Method in class org.wildfly.openssl.OpenSSLSocket
- setMaxProtoVersion(long, int) - Method in class org.wildfly.openssl.SSL
-
Set the maximum supported protocol version.
- setMaxProtoVersion(long, int) - Method in class org.wildfly.openssl.SSLImpl
- setMinProtoVersion(long, int) - Method in class org.wildfly.openssl.SSL
-
Set the minimum supported protocol version.
- setMinProtoVersion(long, int) - Method in class org.wildfly.openssl.SSLImpl
- setNeedClientAuth(boolean) - Method in class org.wildfly.openssl.OpenSSLEngine
- setNeedClientAuth(boolean) - Method in class org.wildfly.openssl.OpenSSLServerSocket
- setNeedClientAuth(boolean) - Method in class org.wildfly.openssl.OpenSSLSocket
- setOOBInline(boolean) - Method in class org.wildfly.openssl.OpenSSLSocket
- setOptions(long, long) - Method in class org.wildfly.openssl.SSL
-
Set OpenSSL Option.
- setOptions(long, long) - Method in class org.wildfly.openssl.SSLImpl
- setPerformancePreferences(int, int, int) - Method in class org.wildfly.openssl.OpenSSLSocket
- setReceiveBufferSize(int) - Method in class org.wildfly.openssl.OpenSSLSocket
- setReuseAddress(boolean) - Method in class org.wildfly.openssl.OpenSSLSocket
- setSendBufferSize(int) - Method in class org.wildfly.openssl.OpenSSLSocket
- setServerALPNCallback(long, ServerALPNCallback) - Method in class org.wildfly.openssl.SSL
-
Sets the server ALPN callback for a spcific engine
- setServerALPNCallback(long, ServerALPNCallback) - Method in class org.wildfly.openssl.SSLImpl
- setServerNameIndication(long, String) - Method in class org.wildfly.openssl.SSL
- setServerNameIndication(long, String) - Method in class org.wildfly.openssl.SSLImpl
- setSession(long, long) - Method in class org.wildfly.openssl.SSL
-
Sets the session for the SSL instance.
- setSession(long, long) - Method in class org.wildfly.openssl.SSLImpl
- setSessionCacheEnabled(boolean) - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
- setSessionCacheEnabled(boolean) - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
- setSessionCacheMode(long, long) - Method in class org.wildfly.openssl.SSL
-
Set the mode of the internal session cache and return the previous used mode.
- setSessionCacheMode(long, long) - Method in class org.wildfly.openssl.SSLImpl
- setSessionCacheSize(int) - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
- setSessionCacheSize(int) - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
- setSessionCacheSize(long, long) - Method in class org.wildfly.openssl.SSL
-
Set the size of the internal session cache.
- setSessionCacheSize(long, long) - Method in class org.wildfly.openssl.SSLImpl
- setSessionCacheTimeout(long, long) - Method in class org.wildfly.openssl.SSL
-
Set the timeout for the internal session cache in seconds.
- setSessionCacheTimeout(long, long) - Method in class org.wildfly.openssl.SSLImpl
- setSessionIdContext(byte[]) - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
-
Set the context within which session be reused (server side only) See man SSL_CTX_set_session_id_context
- setSessionIdContext(long, byte[]) - Method in class org.wildfly.openssl.SSL
-
Set the context within which session be reused (server side only) http://www.openssl.org/docs/ssl/SSL_CTX_set_session_id_context.html
- setSessionIdContext(long, byte[]) - Method in class org.wildfly.openssl.SSLImpl
- setSessionTicketKeys(long, byte[]) - Method in class org.wildfly.openssl.SSL
-
Set TLS session keys.
- setSessionTicketKeys(long, byte[]) - Method in class org.wildfly.openssl.SSLImpl
- setSessionTimeout(int) - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
- setSessionTimeout(int) - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
- setSoLinger(boolean, int) - Method in class org.wildfly.openssl.OpenSSLSocket
- setSoTimeout(int) - Method in class org.wildfly.openssl.OpenSSLSocket
- setSSLContextOptions(long, long) - Method in class org.wildfly.openssl.SSL
-
Set OpenSSL Option.
- setSSLContextOptions(long, long) - Method in class org.wildfly.openssl.SSLImpl
- setSSLOptions(long, long) - Method in class org.wildfly.openssl.SSL
-
Set OpenSSL Option.
- setSSLOptions(long, long) - Method in class org.wildfly.openssl.SSLImpl
- setSSLParameters(SSLParameters) - Method in class org.wildfly.openssl.OpenSSLEngine
- setSSLParameters(SSLParameters) - Method in class org.wildfly.openssl.OpenSSLSocket
- setSSLVerify(long, int, int) - Method in class org.wildfly.openssl.SSL
-
Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
- setSSLVerify(long, int, int) - Method in class org.wildfly.openssl.SSLImpl
- setTcpNoDelay(boolean) - Method in class org.wildfly.openssl.OpenSSLSocket
- setTicketKeys(byte[]) - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
-
Sets the SSL session ticket keys of this context.
- setTicketKeys(byte[]) - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
-
Sets the SSL session ticket keys of this context.
- settingCipherSuites(String) - Method in class org.wildfly.openssl.Messages
- settingTls13CipherSuites(String) - Method in class org.wildfly.openssl.Messages
- setTrafficClass(int) - Method in class org.wildfly.openssl.OpenSSLSocket
- setUseClientMode(boolean) - Method in class org.wildfly.openssl.OpenSSLEngine
- setUseClientMode(boolean) - Method in class org.wildfly.openssl.OpenSSLServerSocket
- setUseClientMode(boolean) - Method in class org.wildfly.openssl.OpenSSLSocket
- setWantClientAuth(boolean) - Method in class org.wildfly.openssl.OpenSSLEngine
- setWantClientAuth(boolean) - Method in class org.wildfly.openssl.OpenSSLServerSocket
- setWantClientAuth(boolean) - Method in class org.wildfly.openssl.OpenSSLSocket
- shutdown() - Method in class org.wildfly.openssl.OpenSSLEngine
-
Destroys this engine.
- shutdownInput() - Method in class org.wildfly.openssl.OpenSSLSocket
- shutdownOutput() - Method in class org.wildfly.openssl.OpenSSLSocket
- shutdownSSL(long) - Method in class org.wildfly.openssl.SSL
-
SSL_shutdown
- shutdownSSL(long) - Method in class org.wildfly.openssl.SSLImpl
- size() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Returns the number of elements in this deque.
- size() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Returns the number of elements in this deque.
- SRP - Enum constant in enum org.wildfly.openssl.Authentication
- SSL - Class in org.wildfly.openssl
-
Class that contains all native methods to interact with OpenSSL
- SSL() - Constructor for class org.wildfly.openssl.SSL
- SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- SSL_CK_RC2_128_CBC_WITH_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- SSL_CK_RC4_128_WITH_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- SSL2_DES_192_EDE3_CBC_WITH_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- SSL2_DES_64_CBC_WITH_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- SSL2_IDEA_128_CBC_WITH_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- SSL2_RC4_128_EXPORT40_WITH_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- SSLImpl - Class in org.wildfly.openssl
-
Class that contains all static native methods to interact with OpenSSL
- SSLImpl() - Constructor for class org.wildfly.openssl.SSLImpl
- sslWriteFailed(int) - Method in class org.wildfly.openssl.Messages
- startHandshake() - Method in class org.wildfly.openssl.OpenSSLSocket
- stats() - Method in class org.wildfly.openssl.OpenSSLClientSessionContext
-
Returns the stats of this context.
- stats() - Method in class org.wildfly.openssl.OpenSSLServerSessionContext
-
Returns the stats of this context.
- streamIsClosed() - Method in class org.wildfly.openssl.Messages
- SUPPORTED_PROTOCOLS - Static variable in class org.wildfly.openssl.OpenSSLEngine
T
- timeouts() - Method in class org.wildfly.openssl.OpenSSLSessionStats
-
Returns the number of sessions proposed by clients and either found in the internal or external session cache in server mode, but that were invalid due to timeout.
- TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_DES_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_RC4_128_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_anon_WITH_SEED_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_DES_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_DSS_WITH_SEED_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_DES_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DH_RSA_WITH_SEED_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_DES_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_DSS_WITH_SEED_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_DES_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_DHE_RSA_WITH_SEED_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_anon_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_anon_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_anon_WITH_NULL_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_anon_WITH_RC4_128_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_ECDSA_WITH_NULL_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_ECDSA_WITH_RC4_128_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_RSA_WITH_NULL_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDH_RSA_WITH_RC4_128_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_ECDSA_WITH_NULL_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_ECDSA_WITH_RC4_128_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_RSA_WITH_NULL_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_ECDHE_RSA_WITH_RC4_128_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_PSK_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_PSK_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_PSK_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_PSK_WITH_RC4_128_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_EXPORT_WITH_RC4_40_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_DES_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_IDEA_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_NULL_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_NULL_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_NULL_SHA256 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_RC4_128_MD5 - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_RC4_128_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_RSA_WITH_SEED_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_SRP_SHA_WITH_AES_128_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- TLS_SRP_SHA_WITH_AES_256_CBC_SHA - Enum constant in enum org.wildfly.openssl.Cipher
- toArray() - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
- toArray() - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
- toArray(T[]) - Method in class org.wildfly.openssl.util.FastConcurrentDirectDeque
-
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
- toArray(T[]) - Method in class org.wildfly.openssl.util.PortableConcurrentDirectDeque
-
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
- toJava(String, String) - Static method in class org.wildfly.openssl.CipherSuiteConverter
-
Convert from OpenSSL cipher suite name convention to java cipher suite name convention.
- toOpenSsl(Iterable<String>) - Static method in class org.wildfly.openssl.CipherSuiteConverter
-
Converts the specified Java cipher suites to the colon-separated OpenSSL cipher suite specification.
- toOpenSsl(String) - Static method in class org.wildfly.openssl.CipherSuiteConverter
-
Converts the specified Java cipher suite to its corresponding OpenSSL cipher suite name.
- toString() - Method in class org.wildfly.openssl.OpenSSLSocket
- trustManagerIsMissing() - Method in class org.wildfly.openssl.Messages
U
- unableToObtainPrivateKey() - Method in class org.wildfly.openssl.Messages
- unsupportedAddressType() - Method in class org.wildfly.openssl.Messages
- unsupportedProtocol(String) - Method in class org.wildfly.openssl.Messages
- unsupportedProtocolVersion(int) - Method in class org.wildfly.openssl.Messages
- unverifiedPeer() - Method in class org.wildfly.openssl.Messages
- unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class org.wildfly.openssl.OpenSSLEngine
V
- valueOf(int) - Static method in enum org.wildfly.openssl.Cipher
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wildfly.openssl.Authentication
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.wildfly.openssl.Cipher
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wildfly.openssl.Authentication
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.wildfly.openssl.Cipher
-
Returns an array containing the constants of this enum type, in the order they are declared.
- valueWasNull() - Method in class org.wildfly.openssl.Messages
- VERIFY_DEPTH - Static variable in class org.wildfly.openssl.OpenSSLEngine
- version() - Method in class org.wildfly.openssl.SSL
- version() - Method in class org.wildfly.openssl.SSLImpl
- versionNumber() - Method in class org.wildfly.openssl.SSL
-
Return OpenSSL version number.
- versionNumber() - Method in class org.wildfly.openssl.SSLImpl
W
- wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class org.wildfly.openssl.OpenSSLEngine
- write(byte[]) - Method in class org.wildfly.openssl.OpenSSLOutputStream
- write(byte[]) - Method in class org.wildfly.openssl.OpenSSLSocket
- write(byte[], int, int) - Method in class org.wildfly.openssl.OpenSSLOutputStream
- write(byte[], int, int) - Method in class org.wildfly.openssl.OpenSSLSocket
- write(int) - Method in class org.wildfly.openssl.OpenSSLOutputStream
- write(int) - Method in class org.wildfly.openssl.OpenSSLSocket
- writeToBIO(long, long, int) - Method in class org.wildfly.openssl.SSL
-
BIO_write.
- writeToBIO(long, long, int) - Method in class org.wildfly.openssl.SSLImpl
- writeToSSL(long, long, int) - Method in class org.wildfly.openssl.SSL
-
SSL_write.
- writeToSSL(long, long, int) - Method in class org.wildfly.openssl.SSLImpl
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form