Package org.apache.tomcat.jni
Class CertificateRequestedCallback.KeyMaterial
- java.lang.Object
-
- org.apache.tomcat.jni.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 Summary
Constructors Constructor Description KeyMaterial(long certificateChain, long privateKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
certificateChain()
Returns a x509 chain (STACK_OF(X509)
pointer).long
privateKey()
Returns aEVP_PKEY
pointer
-