public final class X509CertificateChainAndSigningKey extends Object
Constructor and Description |
---|
X509CertificateChainAndSigningKey(X509Certificate[] certificateChain,
PrivateKey signingKey)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
X509Certificate[] |
getCertificateChain()
Get the X.509 certificate chain.
|
PrivateKey |
getSigningKey()
Get the private key.
|
public X509CertificateChainAndSigningKey(X509Certificate[] certificateChain, PrivateKey signingKey)
certificateChain
- the X.509 certificate chainsigningKey
- the private keypublic X509Certificate[] getCertificateChain()
public PrivateKey getSigningKey()
Copyright © 2020 JBoss by Red Hat. All rights reserved.