public class FilesystemPKIXValidationInformationBeanDefinitionParser extends AbstractPKIXValidationInformationBeanDefinitionParser
Modifier and Type | Field and Description |
---|---|
static QName |
SCHEMA_TYPE
Schema type.
|
Constructor and Description |
---|
FilesystemPKIXValidationInformationBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
getEncodedCertificate(String certConfigContent)
Extracts the certificate bytes from the content of a Certificate configuration element.
|
protected byte[] |
getEncodedCRL(String certCRLContent)
Extracts the CRL(s) bytes from the content of a CRL configuration element.
|
doParse, getBeanClass, parseCertificates, parseCRLs, resolveId
doParse, getBeanClassName, getParentName, parseInternal
public static final QName SCHEMA_TYPE
public FilesystemPKIXValidationInformationBeanDefinitionParser()
protected byte[] getEncodedCRL(String certCRLContent)
getEncodedCRL
in class AbstractPKIXValidationInformationBeanDefinitionParser
certCRLContent
- content of a CRL configuration elementprotected byte[] getEncodedCertificate(String certConfigContent)
getEncodedCertificate
in class AbstractPKIXValidationInformationBeanDefinitionParser
certConfigContent
- content of a Certificate configuration elementCopyright © 1999–2014. All rights reserved.