public static class CertificateRequestedCallback.KeyMaterial extends Object
Constructor and Description |
---|
KeyMaterial(long certificateChain,
long privateKey) |
Modifier and Type | Method and Description |
---|---|
long |
certificateChain()
Returns a x509 chain (
STACK_OF(X509) pointer). |
long |
privateKey()
Returns a
EVP_PKEY pointer |
Copyright © 2008–2023 The Netty Project. All rights reserved.