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