public class BasicCredentialFactoryBean extends AbstractCredentialFactoryBean
X509Certificates.| コンストラクタと説明 |
|---|
BasicCredentialFactoryBean() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Object |
createInstance() |
Class |
getObjectType() |
PrivateKey |
getPrivateKey()
Gets the private key respresented by this credential.
|
PublicKey |
getPublicKey()
Gets the public key respresented by this credential.
|
SecretKey |
getSecretKey()
Gets the secret key respresented by this credential.
|
void |
setPrivateKey(PrivateKey key)
Sets the private key respresented by this credential.
|
void |
setPublicKey(PublicKey key)
Sets the public key respresented by this credential.
|
void |
setSecretKey(SecretKey key)
Sets the secret key respresented by this credential.
|
getEntityID, getKeyNames, getUsageType, setEntityID, setKeyNames, setUsageTypeprotected Object createInstance() throws Exception
createInstance クラス内 org.springframework.beans.factory.config.AbstractFactoryBeanExceptionpublic Class getObjectType()
getObjectType インタフェース内 org.springframework.beans.factory.FactoryBeangetObjectType クラス内 org.springframework.beans.factory.config.AbstractFactoryBeanpublic PrivateKey getPrivateKey()
public PublicKey getPublicKey()
public SecretKey getSecretKey()
public void setPrivateKey(PrivateKey key)
key - private key respresented by this credentialpublic void setPublicKey(PublicKey key)
key - public key respresented by this credentialpublic void setSecretKey(SecretKey key)
key - secret key respresented by this credentialCopyright © 2012. All Rights Reserved.