Package com.yahoo.security
Class X509CertificateWithKey
java.lang.Object
com.yahoo.security.X509CertificateWithKey
Wraps a
X509Certificate with its PrivateKey.
Primary motivation is APIs where the callee must correctly observe an atomic update of both certificate and key.- Author:
- bjorncs
-
Constructor Summary
ConstructorsConstructorDescriptionX509CertificateWithKey(X509Certificate certificate, PrivateKey privateKey) X509CertificateWithKey(List<X509Certificate> certificate, PrivateKey privateKey) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
X509CertificateWithKey
-
X509CertificateWithKey
-
-
Method Details
-
certificate
-
certificateWithIntermediates
-
privateKey
-