public class PKIXValidationInformationFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
PKIXValidationInformation.| Modifier and Type | Field and Description |
|---|---|
private List<X509Certificate> |
certificates
Certificates respresented by this info set.
|
private Integer |
verifyDepth
Max verify depth represented by this info set.
|
private List<X509CRL> |
x509crls
CRL respresented by this info set.
|
| Constructor and Description |
|---|
PKIXValidationInformationFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
private List<X509Certificate> certificates
private Integer verifyDepth
public PKIXValidationInformationFactoryBean()
protected Object createInstance() throws Exception
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class 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 © 1999-2015. All Rights Reserved.