public interface X509CertificateChainCredential extends AlgorithmCredential
NO_CREDENTIALS
Modifier and Type | Method and Description |
---|---|
X509CertificateChainCredential |
clone()
Creates and returns a copy of this
Credential . |
X509Certificate[] |
getCertificateChain()
Get a copy of the certificate chain.
|
X509Certificate |
getFirstCertificate()
Get the first certificate in the chain.
|
X509Certificate |
getLastCertificate()
Get the last certificate in the chain.
|
getAlgorithm, getParameters, getParameters, impliesParameters, impliesSameParameters, matches, matches, matches, supportsParameters, supportsParameters
canVerify, canVerify, castAndApply, castAndApply, castAndApply, castAs, castAs, castAs, fromKeyStoreEntry, verify, verify
X509Certificate[] getCertificateChain()
X509Certificate getFirstCertificate()
null
)X509Certificate getLastCertificate()
null
)X509CertificateChainCredential clone()
Credential
.clone
in interface AlgorithmCredential
clone
in interface Credential
Credential
.Copyright © 2020 JBoss by Red Hat. All rights reserved.