public class PKIXValidationInformationFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
PKIXValidationInformation
.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.
|
public PKIXValidationInformationFactoryBean()
protected Object createInstance() throws Exception
createInstance
in class org.springframework.beans.factory.config.AbstractFactoryBean
Exception
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
getObjectType
in class org.springframework.beans.factory.config.AbstractFactoryBean
public 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–2014. All rights reserved.