public class FilesystemX509CredentialBeanDefinitionParser extends AbstractX509CredentialBeanDefinitionParser
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static QName |
SCHEMA_TYPE
Schema type.
|
| コンストラクタと説明 |
|---|
FilesystemX509CredentialBeanDefinitionParser() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, resolveIdparseAttributes, parseCommon, parseKeyNames, parsePrivateKeydoParse, getBeanClassName, getParentName, parseInternalpublic static final QName SCHEMA_TYPE
public FilesystemX509CredentialBeanDefinitionParser()
protected byte[] getEncodedCRL(String certCRLContent)
getEncodedCRL クラス内 AbstractX509CredentialBeanDefinitionParsercertCRLContent - content of a CRL configuration elementprotected byte[] getEncodedCertificate(String certConfigContent)
getEncodedCertificate クラス内 AbstractX509CredentialBeanDefinitionParsercertConfigContent - content of a Certificate configuration elementprotected byte[] getEncodedPrivateKey(String keyConfigContent)
getEncodedPrivateKey クラス内 AbstractCredentialBeanDefinitionParserkeyConfigContent - content of the Private configuration elementCopyright © 2012. All Rights Reserved.