Package org.wildfly.security.x500.cert
Class X509CertificateChainAndSigningKey
java.lang.Object
org.wildfly.security.x500.cert.X509CertificateChainAndSigningKey
An X.509 certificate chain and private key.
- Since:
- 1.5.0
- Author:
- Farah Juma
-
Constructor Summary
ConstructorsConstructorDescriptionX509CertificateChainAndSigningKey(X509Certificate[] certificateChain, PrivateKey signingKey) Construct a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGet the X.509 certificate chain.Get the private key.
-
Constructor Details
-
X509CertificateChainAndSigningKey
Construct a new instance.- Parameters:
certificateChain- the X.509 certificate chainsigningKey- the private key
-
-
Method Details
-
getCertificateChain
Get the X.509 certificate chain.- Returns:
- the X.509 certificate chain
-
getSigningKey
Get the private key.- Returns:
- the private key
-