public abstract class AbstractCredential extends Object implements Credential
Credential implementations.| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected CredentialContextSet |
credentialContextSet
Credential context of this credential.
|
protected String |
entityID
ID of the entity owning this credential.
|
protected Collection<String> |
keyNames
Key names for this credential.
|
protected PrivateKey |
privateKey
Private key of this credential.
|
protected PublicKey |
publicKey
Public key of this credential.
|
protected SecretKey |
secretKey
Secret key for this credential.
|
protected UsageType |
usageType
Usage type of this credential.
|
| コンストラクタと説明 |
|---|
AbstractCredential()
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CredentialContextSet |
getCredentalContextSet()
Get the set of credential context information, which provides additional information
specific to the contexts in which the credential was resolved.
|
String |
getEntityId()
The unique ID of the entity this credential is for.
|
Collection<String> |
getKeyNames()
Gets key names for this credential.
|
PrivateKey |
getPrivateKey()
Gets the private key for the entity if there is one.
|
PublicKey |
getPublicKey()
Gets the public key for the entity.
|
SecretKey |
getSecretKey()
Gets the secret key for this entity.
|
UsageType |
getUsageType()
Gets usage type of this credential.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCredentialTypeprotected String entityID
protected UsageType usageType
protected Collection<String> keyNames
protected PublicKey publicKey
protected SecretKey secretKey
protected PrivateKey privateKey
protected final CredentialContextSet credentialContextSet
public String getEntityId()
getEntityId インタフェース内 Credentialpublic UsageType getUsageType()
getUsageType インタフェース内 Credentialpublic Collection<String> getKeyNames()
Credential.getPublicKey(), Credential.getPrivateKey()
or Credential.getSecretKey() methods.getKeyNames インタフェース内 Credentialpublic PublicKey getPublicKey()
getPublicKey インタフェース内 Credentialpublic SecretKey getSecretKey()
getSecretKey インタフェース内 Credentialpublic PrivateKey getPrivateKey()
getPrivateKey インタフェース内 Credentialpublic CredentialContextSet getCredentalContextSet()
getCredentalContextSet インタフェース内 CredentialCopyright © 2012. All Rights Reserved.