public class FilesystemBasicCredentialBeanDefinitionParser extends AbstractBasicCredentialBeanDefinitionParser
Modifier and Type | Field and Description |
---|---|
static QName |
SCHEMA_TYPE
Schema type.
|
Constructor and Description |
---|
FilesystemBasicCredentialBeanDefinitionParser() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
getEncodedPrivateKey(String keyConfigContent)
Extracts the private key bytes from the content of the PrivateKey configuration element.
|
protected byte[] |
getEncodedPublicKey(String keyConfigContent)
Extracts the public key bytes from the content of the PublicKey configuration element.
|
protected byte[] |
getEncodedSecretKey(String keyConfigContent)
Extracts the secret key bytes from the content of the SecretKey configuration element.
|
doParse, getBeanClass, parsePublicKey, parseSecretKey, resolveId
parseAttributes, parseCommon, parseKeyNames, parsePrivateKey
doParse, getBeanClassName, getParentName, parseInternal
public static final QName SCHEMA_TYPE
public FilesystemBasicCredentialBeanDefinitionParser()
protected byte[] getEncodedPrivateKey(String keyConfigContent)
getEncodedPrivateKey
in class AbstractCredentialBeanDefinitionParser
keyConfigContent
- content of the Private configuration elementprotected byte[] getEncodedSecretKey(String keyConfigContent)
getEncodedSecretKey
in class AbstractBasicCredentialBeanDefinitionParser
keyConfigContent
- content of the SecretKey configuration elementprotected byte[] getEncodedPublicKey(String keyConfigContent)
getEncodedPublicKey
in class AbstractBasicCredentialBeanDefinitionParser
keyConfigContent
- content of the PublicKey configuration elementCopyright © 1999–2014. All rights reserved.