public interface X509Credential extends Credential
Credential.getSecretKey()
should always return null.修飾子とタイプ | メソッドと説明 |
---|---|
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 © 2012. All Rights Reserved.