public class FilesystemBasicCredentialBeanDefinitionParser extends AbstractBasicCredentialBeanDefinitionParser
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static QName |
SCHEMA_TYPE
Schema type.
|
| コンストラクタと説明 |
|---|
FilesystemBasicCredentialBeanDefinitionParser() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 クラス内 AbstractCredentialBeanDefinitionParserkeyConfigContent - content of the Private configuration elementprotected byte[] getEncodedSecretKey(String keyConfigContent)
getEncodedSecretKey クラス内 AbstractBasicCredentialBeanDefinitionParserkeyConfigContent - content of the SecretKey configuration elementprotected byte[] getEncodedPublicKey(String keyConfigContent)
getEncodedPublicKey クラス内 AbstractBasicCredentialBeanDefinitionParserkeyConfigContent - content of the PublicKey configuration elementCopyright © 2012. All Rights Reserved.