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 key certificate for the entity.
|
Collection<X509Certificate> |
getEntityCertificateChain()
Gets an immutable collection of certificates in the entity's trust chain.
|
getCredentialContextSet, getCredentialType, getEntityId, getKeyNames, getPrivateKey, getPublicKey, getSecretKey, getUsageType
@Nonnull X509Certificate getEntityCertificate()
Credential.getPublicKey()
.@Nonnull Collection<X509Certificate> getEntityCertificateChain()
@Nullable Collection<X509CRL> getCRLs()
Copyright © 2016 JBoss by Red Hat. All rights reserved.