public interface X509Credential extends Credential
Credential.getSecretKey() should always return null.| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.security.cert.X509CRL> |
getCRLs()
Gets a collection of CRLs associated with the credential.
|
java.security.cert.X509Certificate |
getEntityCertificate()
Gets the public key certificate for the entity.
|
java.util.Collection<java.security.cert.X509Certificate> |
getEntityCertificateChain()
Gets an immutable collection of certificates in the entity's trust chain.
|
getCredentialContextSet, getCredentialType, getEntityId, getKeyNames, getPrivateKey, getPublicKey, getSecretKey, getUsageType@Nonnull java.security.cert.X509Certificate getEntityCertificate()
Credential.getPublicKey().@Nonnull java.util.Collection<java.security.cert.X509Certificate> getEntityCertificateChain()
@Nullable java.util.Collection<java.security.cert.X509CRL> getCRLs()