public class FilesystemX509CredentialBeanDefinitionParser extends AbstractX509CredentialBeanDefinitionParser
| Modifier and Type | Field and Description |
|---|---|
static QName |
SCHEMA_TYPE
Schema type.
|
| Constructor and Description |
|---|
FilesystemX509CredentialBeanDefinitionParser() |
| 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.
|
protected byte[] |
getEncodedPrivateKey(String keyConfigContent)
Extracts the private key bytes from the content of the PrivateKey configuration element.
|
doParse, getBeanClass, parseCertificates, parseCRLs, resolveIdparseAttributes, parseCommon, parseKeyNames, parsePrivateKeydoParse, getBeanClassName, getParentName, parseInternalpublic static final QName SCHEMA_TYPE
public FilesystemX509CredentialBeanDefinitionParser()
protected byte[] getEncodedCRL(String certCRLContent)
getEncodedCRL in class AbstractX509CredentialBeanDefinitionParsercertCRLContent - content of a CRL configuration elementprotected byte[] getEncodedCertificate(String certConfigContent)
getEncodedCertificate in class AbstractX509CredentialBeanDefinitionParsercertConfigContent - content of a Certificate configuration elementprotected byte[] getEncodedPrivateKey(String keyConfigContent)
getEncodedPrivateKey in class AbstractCredentialBeanDefinitionParserkeyConfigContent - content of the Private configuration elementCopyright © 1999-2015. All Rights Reserved.