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, resolveIdparseAttributes, parseCommon, parseKeyNames, parsePrivateKeydoParse, getBeanClassName, getParentName, parseInternalpublic static final QName SCHEMA_TYPE
public FilesystemBasicCredentialBeanDefinitionParser()
protected byte[] getEncodedPrivateKey(String keyConfigContent)
getEncodedPrivateKey in class AbstractCredentialBeanDefinitionParserkeyConfigContent - content of the Private configuration elementprotected byte[] getEncodedSecretKey(String keyConfigContent)
getEncodedSecretKey in class AbstractBasicCredentialBeanDefinitionParserkeyConfigContent - content of the SecretKey configuration elementprotected byte[] getEncodedPublicKey(String keyConfigContent)
getEncodedPublicKey in class AbstractBasicCredentialBeanDefinitionParserkeyConfigContent - content of the PublicKey configuration elementCopyright © 1999-2015. All Rights Reserved.