Package io.netty.internal.tcnative
Class CertificateVerifierTask
java.lang.Object
io.netty.internal.tcnative.SSLTask
io.netty.internal.tcnative.CertificateVerifierTask
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class io.netty.internal.tcnative.SSLTask
SSLTask.TaskCallback
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final CertificateVerifier
private final byte[][]
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateVerifierTask
(long ssl, byte[][] x509, String authAlgorithm, CertificateVerifier verifier) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
runTask
(long ssl, SSLTask.TaskCallback callback) Run the task and return the return value that should be passed back to OpenSSL.
-
Field Details
-
x509
private final byte[][] x509 -
authAlgorithm
-
verifier
-
-
Constructor Details
-
CertificateVerifierTask
CertificateVerifierTask(long ssl, byte[][] x509, String authAlgorithm, CertificateVerifier verifier)
-
-
Method Details