Class CertificateVerifierTask

    • Field Detail

      • x509

        private final byte[][] x509
      • authAlgorithm

        private final java.lang.String authAlgorithm
    • Constructor Detail

      • CertificateVerifierTask

        CertificateVerifierTask​(long ssl,
                                byte[][] x509,
                                java.lang.String authAlgorithm,
                                CertificateVerifier verifier)
    • Method Detail

      • runTask

        protected void runTask​(long ssl,
                               SSLTask.TaskCallback callback)
        Description copied from class: SSLTask
        Run the task and return the return value that should be passed back to OpenSSL.
        Specified by:
        runTask in class SSLTask