public class X509KeyManagerX509CredentialAdapter extends BasicCredential implements X509Credential
X509KeyManager and exposes it as an X509Credential.credentialContextSet, entityID, keyNames, privateKey, publicKey, secretKey, usageType| コンストラクタと説明 |
|---|
X509KeyManagerX509CredentialAdapter(X509KeyManager manager,
String alias)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
PrivateKey |
getPrivateKey()
Gets the private key for the entity if there is one.
|
PublicKey |
getPublicKey()
Gets the public key for the entity.
|
getCredentialType, setEntityId, setPrivateKey, setPublicKey, setSecretKey, setUsageTypegetCredentalContextSet, getEntityId, getKeyNames, getSecretKey, getUsageTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCredentalContextSet, getCredentialType, getEntityId, getKeyNames, getSecretKey, getUsageTypepublic X509KeyManagerX509CredentialAdapter(X509KeyManager manager, String alias)
manager - wrapped key manageralias - alias used to reference the credential in the key managerpublic Collection<X509CRL> getCRLs()
getCRLs インタフェース内 X509Credentialpublic X509Certificate getEntityCertificate()
Credential.getPublicKey().getEntityCertificate インタフェース内 X509Credentialpublic Collection<X509Certificate> getEntityCertificateChain()
getEntityCertificateChain インタフェース内 X509Credentialpublic PrivateKey getPrivateKey()
getPrivateKey インタフェース内 CredentialgetPrivateKey クラス内 AbstractCredentialpublic PublicKey getPublicKey()
getPublicKey インタフェース内 CredentialgetPublicKey クラス内 AbstractCredentialCopyright © 2012. All Rights Reserved.