A B C D E F G H I L M N O P R S T U V W X
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- addCertificateCompressionAlgorithm(long, int, CertificateCompressionAlgo) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Adds a certificate compression algorithm to the given
SSLContextor throws an exception if certificate compression is not supported or the algorithm not recognized. - address(ByteBuffer) - 类 中的静态方法io.netty.internal.tcnative.Buffer
-
Returns the memory address of the ByteBuffer.
- AES_KEY_SIZE - 类 中的静态变量io.netty.internal.tcnative.SessionTicketKey
-
Size of session ticket key AES key
- algorithmId() - 接口 中的方法io.netty.internal.tcnative.CertificateCompressionAlgo
-
Return the ID for the compression algorithm provided for by a given implementation.
- AsyncSSLPrivateKeyMethod - io.netty.internal.tcnative中的接口
-
Allows to customize private key signing / decrypt (when using RSA).
- AsyncTask - io.netty.internal.tcnative中的接口
- authenticationMethods(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Return the methods used for authentication.
B
- bioClearByteBuffer(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
After you are done buffering data from
SSL.bioSetByteBuffer(long, long, int, boolean), this will ensure the internal SSL write buffers are ready to capture data which may unexpectedly happen (e.g. handshake, renegotiation, etc..). - bioFlushByteBuffer(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Flush any pending bytes in the internal SSL write buffer.
- bioLengthByteBuffer(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Get the remaining length of the
ByteBufferset bySSL.bioSetByteBuffer(long, long, int, boolean). - bioLengthNonApplication(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Get the amount of data pending in buffer used for non-application writes.
- bioNewByteBuffer(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Initialize the BIO for the SSL instance.
- bioSetByteBuffer(long, long, int, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Set the memory location which that OpenSSL's internal BIO will use to write encrypted data to, or read encrypted data from.
- bioSetFd(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Sets the socket file descriptor of the rbio field inside the SSL struct (ssl->rbio->num)
- bioWrite(long, long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
BIO_write
- Buffer - io.netty.internal.tcnative中的类
C
- CertificateCallback - io.netty.internal.tcnative中的接口
-
Is called during handshake and hooked into openssl via
SSL_CTX_set_cert_cb. - CertificateCompressionAlgo - io.netty.internal.tcnative中的接口
-
Provides compression/decompression implementations for TLS Certificate Compression (RFC 8879).
- CertificateRequestedCallback - io.netty.internal.tcnative中的接口
-
已过时。
- CertificateVerifier - io.netty.internal.tcnative中的类
-
Is called during handshake and hooked into openssl via
SSL_CTX_set_cert_verify_callback. - CertificateVerifier() - 类 的构造器io.netty.internal.tcnative.CertificateVerifier
- clearError() - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Clear all the errors from the error queue that OpenSSL encountered on this thread.
- clearOptions(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Clear OpenSSL Option.
- clearOptions(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Clears OpenSSL Options.
- compress(long, byte[]) - 接口 中的方法io.netty.internal.tcnative.CertificateCompressionAlgo
-
Compress the given input with the specified algorithm and return the compressed bytes.
D
- decompress(long, int, byte[]) - 接口 中的方法io.netty.internal.tcnative.CertificateCompressionAlgo
-
Decompress the given input with the specified algorithm and return the decompressed bytes.
- decrypt(long, byte[]) - 接口 中的方法io.netty.internal.tcnative.SSLPrivateKeyMethod
-
Decrypts the input with the given RSA key and returns the decrypted bytes.
- decrypt(long, byte[], ResultCallback<byte[]>) - 接口 中的方法io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
-
Decrypts the input with the given RSA key and notify
ResultCallbackwith the decrypted bytes. - disableOcsp(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Disables OCSP stapling on the given
SSLContext. - doHandshake(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_do_handshake
E
- enableOcsp(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Enables OCSP stapling for the given
SSLEngineor throws an exception if OCSP stapling is not supported. - enableOcsp(long, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Enables OCSP stapling for the given
SSLContextor throws an exception if OCSP stapling is not supported.
F
- fipsModeSet(int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Set the FIPS mode to use.
- free(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Free the resources used by the Context
- free(long) - 类 中的静态方法io.netty.internal.tcnative.SSLSession
-
See SSL_SESSION_free.
- freeBIO(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
BIO_free
- freePrivateKey(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Free private key (
EVP_PKEYpointer). - freeSSL(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_free
- freeX509Chain(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Free x509 chain (
STACK_OF(X509)pointer).
G
- getAesKey() - 类 中的方法io.netty.internal.tcnative.SessionTicketKey
-
Get AES Key.
- getAlpnSelected(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_get0_alpn_selected
- getAsyncTask(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Return the
AsyncTaskthat needs to be run as an operation did signal that a task needs to be completed before we can retry it. - getCipherForSSL(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_get_cipher
- getCiphers(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Returns all Returns the cipher suites that are available for negotiation in an SSL handshake.
- getClientRandom(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Extracts the random value sent from the client to the server during the initial SSL/TLS handshake.
- getError(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_get_error
- getErrorString(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Get the error string representing for the given
errorNumber. - getHandshakeCount(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Returns the number of handshakes done for this SSL instance.
- getHmacKey() - 类 中的方法io.netty.internal.tcnative.SessionTicketKey
-
Get HMAC key.
- getLastError() - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Return last SSL error string
- getLastErrorNumber() - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Get the error number representing the last error OpenSSL encountered on this thread.
- getMasterKey(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Returns the master key used for the current ssl session.
- getMaxWrapOverhead(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Get the maximum overhead, in bytes, of wrapping (a.k.a sealing) a record with ssl.
- getMode(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Call SSL_get_mode
- getMode(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Call SSL_CTX_get_mode
- getName() - 类 中的方法io.netty.internal.tcnative.SessionTicketKey
-
Get name.
- getNextProtoNegotiated(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_get0_next_proto_negotiated
- getOcspResponse(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Returns the OCSP response for the given
SSLEngineornullif the server didn't provide a stapled OCSP response. - getOptions(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Get OpenSSL Option.
- getOptions(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Get OpenSSL Option.
- getPeerCertChain(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Get the peer certificate chain or
nullif none was send. - getPeerCertificate(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Get the peer certificate or
nullif non was send. - getServerRandom(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Extracts the random value sent from the server to the client during the initial SSL/TLS handshake.
- getSession(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Returns the
SSL_SESSIONthat is used forSSL. - getSession(long, byte[]) - 接口 中的方法io.netty.internal.tcnative.SSLSessionCache
-
Called once a
SSL_SESSIONshould be retrieved for the givenSSLand with the given session ID. - getSessionCacheMode(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Get the mode of the current used internal session cache.
- getSessionCacheSize(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Get the size of the internal session cache.
- getSessionCacheTimeout(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Get the timeout for the internal session cache in seconds.
- getSessionId(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Returns the ID of the session as byte array representation.
- getSessionId(long) - 类 中的静态方法io.netty.internal.tcnative.SSLSession
-
See SSL_SESSION_get_id.
- getShutdown(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_get_shutdown
- getSigAlgs(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Return the signature algorithms that the remote peer supports or
nullif none are supported. - getSniHostname(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Return the SNI hostname that was sent as part of the SSL Hello.
- getSslCtx(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Returns the
SSL_CTX. - getTask(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Return the
Runnablethat needs to be run as an operation did signal that a task needs to be completed before we can retry the previous action. - getTime(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_get_time
- getTime(long) - 类 中的静态方法io.netty.internal.tcnative.SSLSession
-
See SSL_SESSION_get_time.
- getTimeout(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_get_timeout
- getTimeout(long) - 类 中的静态方法io.netty.internal.tcnative.SSLSession
- getVersion(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_get_version
H
- handle(long, byte[], byte[][]) - 接口 中的方法io.netty.internal.tcnative.CertificateCallback
-
Called during cert selection.
- HMAC_KEY_SIZE - 类 中的静态变量io.netty.internal.tcnative.SessionTicketKey
-
Size of session ticket key HMAC key
I
- initialize() - 类 中的静态方法io.netty.internal.tcnative.Library
- initialize(String, String) - 类 中的静态方法io.netty.internal.tcnative.Library
-
Setup native library.
- io.netty.internal.tcnative - 程序包 io.netty.internal.tcnative
- isInInit(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_in_init
- isSessionReused(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Return
trueif the SSL_SESSION was reused. - isValid(int) - 类 中的静态方法io.netty.internal.tcnative.CertificateVerifier
-
Returns true if the given
errorCodeis valid,falseotherwise.
L
- Library - io.netty.internal.tcnative中的类
- loadPrivateKeyFromEngine(String, String) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Load a private key from the used OpenSSL ENGINE via the ENGINE_load_private_key function.
M
- make(int, int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Initialize new SSL context
- match(long, String) - 接口 中的方法io.netty.internal.tcnative.SniHostNameMatcher
-
Returns
trueif the hostname was matched and so SNI should be allowed.
N
- NAME_SIZE - 类 中的静态变量io.netty.internal.tcnative.SessionTicketKey
-
Size of session ticket key name
- newMemBIO() - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Initialize new in-memory BIO that is located in the secure heap.
- newSSL(long, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_new
O
- onError(long, Throwable) - 接口 中的方法io.netty.internal.tcnative.ResultCallback
-
Called when the operation completes with an error.
- onSuccess(long, T) - 接口 中的方法io.netty.internal.tcnative.ResultCallback
-
Called when the operation completes with the given result.
P
- parsePrivateKey(long, String) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Parse private key from BIO and return
EVP_PKEYpointer. - parseX509Chain(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Parse X509 chain from BIO and return (
STACK_OF(X509)pointer).
R
- readFromSSL(long, long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_read
- requested(long, long, long, byte[], byte[][]) - 接口 中的方法io.netty.internal.tcnative.CertificateRequestedCallback
-
已过时。Called during cert selection.
- ResultCallback<T> - io.netty.internal.tcnative中的接口
-
Callback that is called once an operation completed.
- runAsync(Runnable) - 接口 中的方法io.netty.internal.tcnative.AsyncTask
-
Run this
AsyncTaskin an async fashion.
S
- sessionAccept(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- sessionAcceptGood(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- sessionAcceptRenegotiate(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- sessionCacheFull(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- sessionCbHits(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- sessionConnect(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- sessionConnectGood(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- sessionConnectRenegotiate(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- sessionCreated(long, long) - 接口 中的方法io.netty.internal.tcnative.SSLSessionCache
-
Returns
trueif the cache takes ownership of theSSL_SESSIONand will callSSL_SESSION_freeonce it should be destroyed,falseotherwise. - sessionHits(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- sessionMisses(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- sessionNumber(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- SessionTicketKey - io.netty.internal.tcnative中的类
-
Session Ticket Key
- SessionTicketKey(byte[], byte[], byte[]) - 类 的构造器io.netty.internal.tcnative.SessionTicketKey
-
Construct SessionTicketKey.
- sessionTicketKeyFail(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
TLS session ticket key resumption statistics.
- sessionTicketKeyNew(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
TLS session ticket key resumption statistics.
- sessionTicketKeyRenew(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
TLS session ticket key resumption statistics.
- sessionTicketKeyResume(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
TLS session ticket key resumption statistics.
- sessionTimeouts(long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Session resumption statistics methods.
- setAlpnProtos(long, String[], int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set application layer protocol for application layer protocol negotiation extension
- setCACertificateBio(long, long) - 类 中的静态方法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) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set Certificate
- setCertificateBio(long, long, long, String) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
已过时。
- setCertificateBio(long, long, long, String) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set Certificate
- setCertificateCallback(long, CertificateCallback) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Allow to hook
CertificateCallbackinto the certificate choosing process. - setCertificateChainBio(long, long, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
已过时。
- setCertificateChainBio(long, long, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set BIO of PEM-encoded Server CA Certificates
- setCertificateChainFile(long, String, boolean) - 类 中的静态方法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) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
- setCertVerifyCallback(long, CertificateVerifier) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Allow to hook
CertificateVerifierinto the handshake processing. - setCipherSuite(long, String) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
- setCipherSuite(long, String, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Cipher Suite available for negotiation in SSL handshake.
- setCipherSuites(long, String) - 类 中的静态方法io.netty.internal.tcnative.SSL
- setCipherSuites(long, String, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Returns the cipher suites available for negotiation in SSL handshake.
- setContextId(long, String) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set Session context id.
- setCurvesList(long, String...) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Sets the curves to use.
- setHostNameValidation(long, int, String) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Explicitly control hostname validation see X509_check_host for X509_CHECK_FLAG* definitions.
- setKeyMaterial(long, long, long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Sets the keymaterial to be used.
- setKeyMaterialClientSide(long, long, long, long, long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
已过时。
- setKeyMaterialServerSide(long, long, long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
已过时。
- setMode(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Call SSL_set_mode
- setMode(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Call SSL_CTX_set_mode
- setNpnProtos(long, String[], int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set next protocol for next protocol negotiation extension
- setNumTickets(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set the number of TLSv1.3 session tickets that will be sent to the client after a full handshake.
- setOcspResponse(long, byte[]) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Sets the OCSP response for the given
SSLEngineor throws an exception in case of an error. - setOptions(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Set OpenSSL Option.
- setOptions(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set OpenSSL Option.
- setPrivateKeyMethod(long, AsyncSSLPrivateKeyMethod) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Sets the
AsyncSSLPrivateKeyMethodto use for the givenSSLContext. - setPrivateKeyMethod(long, SSLPrivateKeyMethod) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set the
SSLPrivateKeyMethodto use for the givenSSLContext. - setRenegotiateMode(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Allow to set the renegotiation mode that is used.
- setSession(long, long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Sets the
SSL_SESSIONthat should be used forSSL. - setSessionCacheMode(long, long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set the mode of the internal session cache and return the previous used mode.
- setSessionCacheSize(long, long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set the size of the internal session cache.
- setSessionCacheTimeout(long, long) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set the timeout for the internal session cache in seconds.
- setSessionIdContext(long, byte[]) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set the context within which session be reused (server side only).
- setSessionTicketKeys(long, SessionTicketKey[]) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set TLS session ticket keys.
- setShutdown(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_set_shutdown
- setSniHostnameMatcher(long, SniHostNameMatcher) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Allow to hook
SniHostNameMatcherinto the sni processing. - setSSLSessionCache(long, SSLSessionCache) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set the
SSLSessionCachethat will be used if session caching is enabled. - setTimeout(long, long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_set_timeout
- setTimeout(long, long) - 类 中的静态方法io.netty.internal.tcnative.SSLSession
- setTlsExtHostName(long, String) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
Call SSL_set_tlsext_host_name
- setTmpDHLength(long, int) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set length of the DH to use.
- setUseTasks(long, boolean) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Enable or disable producing of tasks that should be obtained via
SSL.getTask(long)and run. - setVerify(long, int, int) - 类 中的静态方法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) - 类 中的静态方法io.netty.internal.tcnative.SSLContext
-
Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
- shouldBeSingleUse(long) - 类 中的静态方法io.netty.internal.tcnative.SSLSession
-
Will return
trueif the session should only re-used once. - shutdownSSL(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_shutdown
- sign(long, int, byte[]) - 接口 中的方法io.netty.internal.tcnative.SSLPrivateKeyMethod
-
Sign the input with given EC key and returns the signed bytes.
- sign(long, int, byte[], ResultCallback<byte[]>) - 接口 中的方法io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
-
Sign the input with given EC key and notify
ResultCallbackwith the signed bytes. - size(ByteBuffer) - 类 中的静态方法io.netty.internal.tcnative.Buffer
-
Returns the allocated memory size of the ByteBuffer.
- SniHostNameMatcher - io.netty.internal.tcnative中的接口
- SSL - io.netty.internal.tcnative中的类
- SSL_CERT_COMPRESSION_DIRECTION_BOTH - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_CERT_COMPRESSION_DIRECTION_COMPRESS - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_CERT_COMPRESSION_DIRECTION_DECOMPRESS - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_CVERIFY_IGNORED - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_CVERIFY_NONE - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_CVERIFY_OPTIONAL - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_CVERIFY_REQUIRED - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ERROR_NONE - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ERROR_SSL - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ERROR_SYSCALL - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ERROR_WANT_ACCEPT - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ERROR_WANT_CERTIFICATE_VERIFY - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ERROR_WANT_CONNECT - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ERROR_WANT_PRIVATE_KEY_OPERATION - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ERROR_WANT_READ - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ERROR_WANT_WRITE - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ERROR_WANT_X509_LOOKUP - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ERROR_ZERO_RETURN - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_MAX_PLAINTEXT_LENGTH - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_MAX_RECORD_LENGTH - 类 中的静态变量io.netty.internal.tcnative.SSL
-
The TLS 1.2 RFC defines the maximum length to be
SSL.SSL_MAX_PLAINTEXT_LENGTH, but there are some implementations such as OpenJDK's SSLEngineImpl that also allow sending larger packets. - SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_MODE_CLIENT - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_MODE_COMBINED - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_MODE_ENABLE_FALSE_START - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_MODE_ENABLE_PARTIAL_WRITE - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_MODE_RELEASE_BUFFERS - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_MODE_SERVER - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_OP_CIPHER_SERVER_PREFERENCE - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_OP_LEGACY_SERVER_CONNECT - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_OP_NO_COMPRESSION - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_OP_NO_SSLv2 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_OP_NO_SSLv3 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_OP_NO_TICKET - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_OP_NO_TLSv1 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_OP_NO_TLSv1_1 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_OP_NO_TLSv1_2 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_OP_NO_TLSv1_3 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_PROTOCOL_ALL - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_PROTOCOL_NONE - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_PROTOCOL_SSLV2 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_PROTOCOL_SSLV3 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_PROTOCOL_TLS - 类 中的静态变量io.netty.internal.tcnative.SSL
-
TLS_*method according to SSL_CTX_new
- SSL_PROTOCOL_TLSV1 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_PROTOCOL_TLSV1_1 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_PROTOCOL_TLSV1_2 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_PROTOCOL_TLSV1_3 - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_RECEIVED_SHUTDOWN - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_RENEGOTIATE_EXPLICIT - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_RENEGOTIATE_FREELY - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_RENEGOTIATE_IGNORE - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_RENEGOTIATE_NEVER - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_RENEGOTIATE_ONCE - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_SELECTOR_FAILURE_CHOOSE_MY_LAST_PROTOCOL - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_SELECTOR_FAILURE_NO_ADVERTISE - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_SENT_SHUTDOWN - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_SESS_CACHE_CLIENT - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_SESS_CACHE_NO_INTERNAL_LOOKUP - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_SESS_CACHE_NO_INTERNAL_STORE - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_SESS_CACHE_OFF - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_SESS_CACHE_SERVER - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_SIGN_ECDSA_SECP256R1_SHA256 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP256R1_SHA256 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP384R1_SHA384 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP384R1_SHA384 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP521R1_SHA512 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_ECDSA_SECP521R1_SHA512 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_ECDSA_SHA1 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_ECDSA_SHA1 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_ED25519 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_ED25519 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_MD5_SHA1 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_MD5_SHA1 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA1 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA1 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA256 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA256 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA384 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA384 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA512 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_RSA_PKCS1_SHA512 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA256 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA256 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA384 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA384 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA512 - 接口 中的静态变量io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod
- SSL_SIGN_RSA_PSS_RSAE_SHA512 - 接口 中的静态变量io.netty.internal.tcnative.SSLPrivateKeyMethod
- SSL_ST_ACCEPT - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSL_ST_CONNECT - 类 中的静态变量io.netty.internal.tcnative.SSL
- SSLContext - io.netty.internal.tcnative中的类
- sslPending(long) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
The number of bytes pending in SSL which can be read immediately.
- SSLPrivateKeyMethod - io.netty.internal.tcnative中的接口
-
Allows to customize private key signing / decrypt (when using RSA).
- SSLSession - io.netty.internal.tcnative中的类
-
Methods to operate on a
SSL_SESSION. - SSLSessionCache - io.netty.internal.tcnative中的接口
-
Allows to implement a custom external
SSL_SESSIONcache.
T
- TICKET_KEY_SIZE - 类 中的静态变量io.netty.internal.tcnative.SessionTicketKey
-
Size of session ticket key
- TLS_CT_DSS_FIXED_DH - 接口 中的静态变量io.netty.internal.tcnative.CertificateCallback
- TLS_CT_DSS_FIXED_DH - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
已过时。
- TLS_CT_DSS_SIGN - 接口 中的静态变量io.netty.internal.tcnative.CertificateCallback
- TLS_CT_DSS_SIGN - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
已过时。
- TLS_CT_ECDSA_FIXED_ECDH - 接口 中的静态变量io.netty.internal.tcnative.CertificateCallback
- TLS_CT_ECDSA_FIXED_ECDH - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
已过时。
- TLS_CT_ECDSA_SIGN - 接口 中的静态变量io.netty.internal.tcnative.CertificateCallback
- TLS_CT_ECDSA_SIGN - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
已过时。
- TLS_CT_RSA_FIXED_DH - 接口 中的静态变量io.netty.internal.tcnative.CertificateCallback
- TLS_CT_RSA_FIXED_DH - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
已过时。
- TLS_CT_RSA_FIXED_ECDH - 接口 中的静态变量io.netty.internal.tcnative.CertificateCallback
- TLS_CT_RSA_FIXED_ECDH - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
已过时。
- TLS_CT_RSA_SIGN - 接口 中的静态变量io.netty.internal.tcnative.CertificateCallback
-
The types contained in the
keyTypeBytesarray. - TLS_CT_RSA_SIGN - 接口 中的静态变量io.netty.internal.tcnative.CertificateRequestedCallback
-
已过时。The types contained in the
keyTypeBytesarray. - TLS_EXT_CERT_COMPRESSION_BROTLI - 接口 中的静态变量io.netty.internal.tcnative.CertificateCompressionAlgo
- TLS_EXT_CERT_COMPRESSION_ZLIB - 接口 中的静态变量io.netty.internal.tcnative.CertificateCompressionAlgo
- TLS_EXT_CERT_COMPRESSION_ZSTD - 接口 中的静态变量io.netty.internal.tcnative.CertificateCompressionAlgo
U
- upRef(long) - 类 中的静态方法io.netty.internal.tcnative.SSLSession
-
See SSL_SESSION_up_ref.
V
- verify(long, byte[][], String) - 类 中的方法io.netty.internal.tcnative.CertificateVerifier
-
Returns
trueif the passed in certificate chain could be verified and so the handshake should be successful,falseotherwise. - version() - 类 中的静态方法io.netty.internal.tcnative.SSL
- versionString() - 类 中的静态方法io.netty.internal.tcnative.SSL
W
- writeToSSL(long, long, int) - 类 中的静态方法io.netty.internal.tcnative.SSL
-
SSL_write
X
- X509_CHECK_FLAG_ALWAYS_CHECK_SUBJECT - 类 中的静态变量io.netty.internal.tcnative.SSL
- X509_CHECK_FLAG_MULTI_LABEL_WILDCARDS - 类 中的静态变量io.netty.internal.tcnative.SSL
- X509_CHECK_FLAG_NO_PARTIAL_WILD_CARDS - 类 中的静态变量io.netty.internal.tcnative.SSL
- X509_CHECK_FLAG_NO_WILD_CARDS - 类 中的静态变量io.netty.internal.tcnative.SSL
- X509_V_ERR_AKID_ISSUER_SERIAL_MISMATCH - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_AKID_SKID_MISMATCH - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_APPLICATION_VERIFICATION - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_CERT_CHAIN_TOO_LONG - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_CERT_HAS_EXPIRED - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_CERT_NOT_YET_VALID - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_CERT_REJECTED - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_CERT_REVOKED - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_CERT_SIGNATURE_FAILURE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_CERT_UNTRUSTED - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_CRL_HAS_EXPIRED - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_CRL_NOT_YET_VALID - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_CRL_PATH_VALIDATION_ERROR - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_CRL_SIGNATURE_FAILURE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_DANE_NO_MATCH - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_DIFFERENT_CRL_SCOPE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_EMAIL_MISMATCH - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_ERROR_IN_CRL_LAST_UPDATE_FIELD - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_ERROR_IN_CRL_NEXT_UPDATE_FIELD - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_EXCLUDED_VIOLATION - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_HOSTNAME_MISMATCH - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_INVALID_CA - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_INVALID_EXTENSION - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_INVALID_NON_CA - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_INVALID_POLICY_EXTENSION - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_INVALID_PURPOSE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_IP_ADDRESS_MISMATCH - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_KEYUSAGE_NO_CERTSIGN - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_KEYUSAGE_NO_CRL_SIGN - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_KEYUSAGE_NO_DIGITAL_SIGNATURE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_NO_EXPLICIT_POLICY - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_OUT_OF_MEM - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_PATH_LENGTH_EXCEEDED - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_PATH_LOOP - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_PERMITTED_VIOLATION - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_PROXY_CERTIFICATES_NOT_ALLOWED - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_PROXY_PATH_LENGTH_EXCEEDED - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_SUBJECT_ISSUER_MISMATCH - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_SUBTREE_MINMAX - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256 - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_SUITE_B_INVALID_ALGORITHM - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_SUITE_B_INVALID_CURVE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_SUITE_B_INVALID_VERSION - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNABLE_TO_DECODE_ISSUER_PUBLIC_KEY - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNABLE_TO_DECRYPT_CERT_SIGNATURE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNABLE_TO_DECRYPT_CRL_SIGNATURE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNABLE_TO_GET_CRL - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNHANDLED_CRITICAL_CRL_EXTENSION - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNHANDLED_CRITICAL_EXTENSION - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNNESTED_RESOURCE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNSPECIFIED - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNSUPPORTED_CONSTRAINT_SYNTAX - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNSUPPORTED_CONSTRAINT_TYPE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_ERR_UNSUPPORTED_NAME_SYNTAX - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
- X509_V_OK - 类 中的静态变量io.netty.internal.tcnative.CertificateVerifier
所有类 所有程序包