public class X509CredentialFactoryBean extends AbstractCredentialFactoryBean
X509Credential
s.コンストラクタと説明 |
---|
X509CredentialFactoryBean() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected Object |
createInstance() |
List<X509Certificate> |
getCertificates()
Gets the cerificates respresented by this credential.
|
List<X509CRL> |
getCrls()
Gets the CRLs respresented by this credential.
|
X509Certificate |
getEntityCertificate()
Gets the end-entity cerificate respresented by this credential.
|
Class |
getObjectType() |
PrivateKey |
getPrivateKey()
Gets the private key respresented by this credential.
|
void |
setCertificates(List<X509Certificate> certs)
Sets the cerificates respresented by this credential.
|
void |
setCrls(List<X509CRL> crls)
Sets the CRLs respresented by this credential.
|
void |
setEntityCertificate(X509Certificate newCert)
Sets the end-entity cerificate respresented by this credential.
|
void |
setPrivateKey(PrivateKey key)
Sets the private key respresented by this credential.
|
getEntityID, getKeyNames, getUsageType, setEntityID, setKeyNames, setUsageType
protected Object createInstance() throws Exception
createInstance
クラス内 org.springframework.beans.factory.config.AbstractFactoryBean
Exception
public Class getObjectType()
getObjectType
インタフェース内 org.springframework.beans.factory.FactoryBean
getObjectType
クラス内 org.springframework.beans.factory.config.AbstractFactoryBean
public X509Certificate getEntityCertificate()
public List<X509Certificate> getCertificates()
public List<X509CRL> getCrls()
public PrivateKey getPrivateKey()
public void setEntityCertificate(X509Certificate newCert)
newCert
- the new entity certificate respresented by this credentialpublic void setCertificates(List<X509Certificate> certs)
certs
- cerificates respresented by this credentialpublic void setCrls(List<X509CRL> crls)
crls
- CRLs respresented by this credentialpublic void setPrivateKey(PrivateKey key)
key
- private key respresented by this credentialCopyright © 2012. All Rights Reserved.