Class CertificateRequestedCallback.KeyMaterial

  • Enclosing interface:
    CertificateRequestedCallback

    public static class CertificateRequestedCallback.KeyMaterial
    extends Object
    Holds the material to use. Tcnative is responsible releasing native memory used by the wrapped native objects.
    • Constructor Detail

      • KeyMaterial

        public KeyMaterial​(long certificateChain,
                           long privateKey)
    • Method Detail

      • privateKey

        public final long privateKey()
        Returns a EVP_PKEY pointer
      • certificateChain

        public final long certificateChain()
        Returns a x509 chain (STACK_OF(X509) pointer).