public class PKIXInlineValidationInfoFactoryBean extends AbstractBasicPKIXValidationInfoFactoryBean
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
certificateFiles
The strings to be turned into the certificates.
|
private List<String> |
crlStrings
The strings to be turned into the crls.
|
private org.slf4j.Logger |
log
log.
|
| Constructor and Description |
|---|
PKIXInlineValidationInfoFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected List<X509Certificate> |
getCertificates()
Get the configured certificates.
|
protected List<X509CRL> |
getCRLs()
Get the configured CRL list.
|
void |
setCertificates(List<String> certs)
Set the file names which we will convert into certificates.
|
void |
setCRLs(List<String> crls)
Set the file names which we will convert into crls.
|
doCreateInstance, getConfigDescription, getObjectType, getVerifyDepth, setConfigDescription, setVerifyDepthcreateInstance, destroyInstanceprivate org.slf4j.Logger log
private List<String> certificateFiles
public void setCertificates(@Nullable List<String> certs)
certs - the file names.public void setCRLs(@Nullable List<String> crls)
crls - the file names.@Nullable protected List<X509Certificate> getCertificates()
getCertificates in class AbstractBasicPKIXValidationInfoFactoryBean@Nullable protected List<X509CRL> getCRLs()
getCRLs in class AbstractBasicPKIXValidationInfoFactoryBeanCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.