public interface X509Credential extends Credential
Credential.getSecretKey()
should always return null.Modifier and Type | Method and Description |
---|---|
Collection<X509CRL> |
getCRLs()
Gets a collection of CRLs associated with the credential.
|
X509Certificate |
getEntityCertificate()
Gets the public certificate for the entity.
|
Collection<X509Certificate> |
getEntityCertificateChain()
Gets an immutable collection of certificates in the entity's trust chain.
|
getCredentalContextSet, getCredentialType, getEntityId, getKeyNames, getPrivateKey, getPublicKey, getSecretKey, getUsageType
X509Certificate getEntityCertificate()
Credential.getPublicKey()
.Collection<X509Certificate> getEntityCertificateChain()
Collection<X509CRL> getCRLs()
Copyright © 2018 JBoss by Red Hat. All rights reserved.