public class PKIXValidationInformationFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
PKIXValidationInformation.| コンストラクタと説明 |
|---|
PKIXValidationInformationFactoryBean() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected Object |
createInstance() |
List<X509Certificate> |
getCertificates()
Gets the cerificates respresented by this info set.
|
List<X509CRL> |
getCrls()
Gets the CRLs respresented by this info set.
|
Class |
getObjectType() |
Integer |
getVerifyDepth()
Get the max verify depth represented by this info set.
|
void |
setCertificates(List<X509Certificate> certs)
Sets the cerificates respresented by this info set.
|
void |
setCrls(List<X509CRL> crls)
Sets the CRLs respresented by this info set.
|
void |
setVerifyDepth(Integer newDepth)
Set the max verify depth represented by this info set.
|
protected 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 List<X509Certificate> getCertificates()
public List<X509CRL> getCrls()
public Integer getVerifyDepth()
public void setCertificates(List<X509Certificate> certs)
certs - cerificates respresented by this info setpublic void setCrls(List<X509CRL> crls)
crls - CRLs respresented by this info setpublic void setVerifyDepth(Integer newDepth)
newDepth - the new max verify depthCopyright © 2012. All Rights Reserved.