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, resolveId
parseAttributes, parseCommon, parseKeyNames, parsePrivateKey
doParse, getBeanClassName, getParentName, parseInternal
public static final QName SCHEMA_TYPE
public FilesystemX509CredentialBeanDefinitionParser()
protected byte[] getEncodedCRL(String certCRLContent)
getEncodedCRL
in class AbstractX509CredentialBeanDefinitionParser
certCRLContent
- content of a CRL configuration elementprotected byte[] getEncodedCertificate(String certConfigContent)
getEncodedCertificate
in class AbstractX509CredentialBeanDefinitionParser
certConfigContent
- content of a Certificate configuration elementprotected byte[] getEncodedPrivateKey(String keyConfigContent)
getEncodedPrivateKey
in class AbstractCredentialBeanDefinitionParser
keyConfigContent
- content of the Private configuration elementCopyright © 1999–2014. All rights reserved.