- sessionAccept(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- sessionAcceptGood(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionAcceptRenegotiate(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionCacheFull(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionCbHits(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionConnect(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionConnectGood(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionConnectRenegotiate(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionHits(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionMisses(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionNumber(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- SessionTicketKey - Class in io.netty.internal.tcnative
-
Session Ticket Key
- SessionTicketKey(byte[], byte[], byte[]) - Constructor for class io.netty.internal.tcnative.SessionTicketKey
-
Construct SessionTicketKey.
- sessionTicketKeyFail(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionTicketKeyNew(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
TLS session ticket key resumption statistics.
- sessionTicketKeyRenew(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionTicketKeyResume(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- sessionTimeouts(long) - Static method in class io.netty.internal.tcnative.SSLContext
-
- setAlpnProtos(long, String[], int) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set application layer protocol for application layer protocol negotiation extension
- setCACertificateBio(long, long) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set concatenated PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one BIO where you can assemble the
Certificates of Certification Authorities (CA) whose clients you deal with.
- setCertificate(long, String, String, String, int) - Static method in class io.netty.internal.tcnative.SSLContext
-
Deprecated.
Use SSLContext.setCertificate(long, String, String, String)
Set Certificate
Point setCertificateFile at a PEM encoded certificate. If
the certificate is encrypted, then you will be prompted for a
pass phrase. Note that a kill -HUP will prompt again. A test
certificate can be generated with `make certificate' under
built time. Keep in mind that if you've both a RSA and a DSA
certificate you can configure both in parallel (to also allow
the use of DSA ciphers, etc.)
If the key is not combined with the certificate, use key param
to point at the key file. Keep in mind that if
you've both a RSA and a DSA private key you can configure
both in parallel (to also allow the use of DSA ciphers, etc.)
- setCertificate(long, String, String, String) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set Certificate
Point setCertificateFile at a PEM encoded certificate.
- setCertificateBio(long, long, long, String) - Static method in class io.netty.internal.tcnative.SSL
-
Set Certificate
Point setCertificate at a PEM encoded certificate stored in a BIO.
- setCertificateBio(long, long, long, String, int) - Static method in class io.netty.internal.tcnative.SSLContext
-
Deprecated.
Use SSLContext.setCertificateBio(long, long, long, String)
Set Certificate
Point setCertificate at a PEM encoded certificate stored in a BIO. If
the certificate is encrypted, then you will be prompted for a
pass phrase. Note that a kill -HUP will prompt again. A test
certificate can be generated with `make certificate' under
built time. Keep in mind that if you've both a RSA and a DSA
certificate you can configure both in parallel (to also allow
the use of DSA ciphers, etc.)
If the key is not combined with the certificate, use key param
to point at the key file. Keep in mind that if
you've both a RSA and a DSA private key you can configure
both in parallel (to also allow the use of DSA ciphers, etc.)
- setCertificateBio(long, long, long, String) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set Certificate
Point setCertificate at a PEM encoded certificate stored in a BIO.
- setCertificateChainBio(long, long, boolean) - Static method in class io.netty.internal.tcnative.SSL
-
Set BIO of PEM-encoded Server CA Certificates
This directive sets the optional all-in-one file where you can assemble the
certificates of Certification Authorities (CA) which form the certificate
chain of the server certificate.
- setCertificateChainBio(long, long, boolean) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set BIO of PEM-encoded Server CA Certificates
This directive sets the optional all-in-one file where you can assemble the
certificates of Certification Authorities (CA) which form the certificate
chain of the server certificate.
- setCertificateChainFile(long, String, boolean) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set File of PEM-encoded Server CA Certificates
This directive sets the optional all-in-one file where you can assemble the
certificates of Certification Authorities (CA) which form the certificate
chain of the server certificate.
- setCertRequestedCallback(long, CertificateRequestedCallback) - Static method in class io.netty.internal.tcnative.SSLContext
-
- setCertVerifyCallback(long, CertificateVerifier) - Static method in class io.netty.internal.tcnative.SSLContext
-
- setCipherSuite(long, String) - Static method in class io.netty.internal.tcnative.SSLContext
-
Cipher Suite available for negotiation in SSL handshake.
- setCipherSuites(long, String) - Static method in class io.netty.internal.tcnative.SSL
-
Returns the cipher suites available for negotiation in SSL handshake.
- setContextId(long, String) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set Session context id.
- setHostNameValidation(long, int, String) - Static method in class io.netty.internal.tcnative.SSL
-
- setMode(long, int) - Static method in class io.netty.internal.tcnative.SSLContext
-
Call SSL_CTX_set_mode
- setNpnProtos(long, String[], int) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set next protocol for next protocol negotiation extension
- setOptions(long, int) - Static method in class io.netty.internal.tcnative.SSL
-
Set OpenSSL Option.
- setOptions(long, int) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set OpenSSL Option.
- setSessionCacheMode(long, long) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set the mode of the internal session cache and return the previous used mode.
- setSessionCacheSize(long, long) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set the size of the internal session cache.
- setSessionCacheTimeout(long, long) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set the timeout for the internal session cache in seconds.
- setSessionIdContext(long, byte[]) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set the context within which session be reused (server side only)
http://www.openssl.org/docs/ssl/SSL_CTX_set_session_id_context.html
- setSessionTicketKeys(long, SessionTicketKey[]) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set TLS session ticket keys.
- setShutdown(long, int) - Static method in class io.netty.internal.tcnative.SSL
-
SSL_set_shutdown
- setState(long, int) - Static method in class io.netty.internal.tcnative.SSL
-
Call SSL_set_state.
- setTimeout(long, long) - Static method in class io.netty.internal.tcnative.SSL
-
SSL_set_timeout
- setTlsExtHostName(long, String) - Static method in class io.netty.internal.tcnative.SSL
-
Call SSL_set_tlsext_host_name
- setTmpDHLength(long, int) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set length of the DH to use.
- setVerify(long, int, int) - Static method in class io.netty.internal.tcnative.SSL
-
Set Type of Client Certificate verification and Maximum depth of CA Certificates
in Client Certificate verification.
- setVerify(long, int, int) - Static method in class io.netty.internal.tcnative.SSLContext
-
Set Type of Client Certificate verification and Maximum depth of CA Certificates
in Client Certificate verification.
- shutdownSSL(long) - Static method in class io.netty.internal.tcnative.SSL
-
SSL_shutdown
- size(ByteBuffer) - Static method in class io.netty.internal.tcnative.Buffer
-
Returns the allocated memory size of the ByteBuffer.
- SSL - Class in io.netty.internal.tcnative
-
- SSL_CVERIFY_IGNORED - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_CVERIFY_NONE - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_CVERIFY_OPTIONAL - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_CVERIFY_REQUIRED - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_ERROR_NONE - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_ERROR_SSL - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_ERROR_SYSCALL - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_ERROR_WANT_ACCEPT - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_ERROR_WANT_CONNECT - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_ERROR_WANT_READ - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_ERROR_WANT_WRITE - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_ERROR_WANT_X509_LOOKUP - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_ERROR_ZERO_RETURN - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_MODE_CLIENT - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_MODE_COMBINED - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_MODE_ENABLE_PARTIAL_WRITE - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_MODE_RELEASE_BUFFERS - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_MODE_SERVER - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_OP_CIPHER_SERVER_PREFERENCE - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_OP_NO_COMPRESSION - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_OP_NO_SSLv2 - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_OP_NO_SSLv3 - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_OP_NO_TICKET - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_OP_NO_TLSv1 - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_OP_NO_TLSv1_1 - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_OP_NO_TLSv1_2 - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_PROTOCOL_ALL - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_PROTOCOL_NONE - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_PROTOCOL_SSLV2 - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_PROTOCOL_SSLV3 - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_PROTOCOL_TLS - Static variable in class io.netty.internal.tcnative.SSL
-
TLS_*method according to https://www.openssl.org/docs/manmaster/ssl/SSL_CTX_new.html
- SSL_PROTOCOL_TLSV1 - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_PROTOCOL_TLSV1_1 - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_PROTOCOL_TLSV1_2 - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_RECEIVED_SHUTDOWN - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_SELECTOR_FAILURE_CHOOSE_MY_LAST_PROTOCOL - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_SELECTOR_FAILURE_NO_ADVERTISE - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_SENT_SHUTDOWN - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_SESS_CACHE_OFF - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_SESS_CACHE_SERVER - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_ST_ACCEPT - Static variable in class io.netty.internal.tcnative.SSL
-
- SSL_ST_CONNECT - Static variable in class io.netty.internal.tcnative.SSL
-
- SSLContext - Class in io.netty.internal.tcnative
-