661N/A<?xml version="1.0"?>
661N/A<!--
661N/A<!DOCTYPE Configuration SYSTEM "config.dtd">
661N/A-->
661N/A<!-- This configuration file is used for configuration of the com.sun.org.apache.xml.internal.security package -->
661N/A<Configuration target="com.sun.org.apache.xml.internal.security" xmlns="http://www.xmlsecurity.org/NS/#configuration">
661N/A <CanonicalizationMethods>
661N/A <CanonicalizationMethod URI="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315OmitComments" />
661N/A <CanonicalizationMethod URI="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315WithComments" />
661N/A
661N/A <CanonicalizationMethod URI="http://www.w3.org/2001/10/xml-exc-c14n#"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315ExclOmitComments"/>
661N/A <CanonicalizationMethod URI="http://www.w3.org/2001/10/xml-exc-c14n#WithComments"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer20010315ExclWithComments"/>
661N/A <CanonicalizationMethod URI="http://www.w3.org/2006/12/xml-c14n11"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_OmitComments"/>
661N/A <CanonicalizationMethod URI="http://www.w3.org/2006/12/xml-c14n11#WithComments"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.c14n.implementations.Canonicalizer11_WithComments"/>
661N/A </CanonicalizationMethods>
661N/A <TransformAlgorithms>
661N/A <!-- Base64 -->
661N/A <TransformAlgorithm URI="http://www.w3.org/2000/09/xmldsig#base64"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformBase64Decode" />
661N/A <!-- c14n omitting comments -->
661N/A <TransformAlgorithm URI="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformC14N" />
661N/A <!-- c14n with comments -->
661N/A <TransformAlgorithm URI="http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformC14NWithComments" />
661N/A <!-- c14n 1.1 omitting comments -->
661N/A <TransformAlgorithm URI="http://www.w3.org/2006/12/xml-c14n11"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformC14N11" />
661N/A <!-- c14n 1.1 with comments -->
661N/A <TransformAlgorithm URI="http://www.w3.org/2006/12/xml-c14n11#WithComments"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformC14N11_WithComments" />
661N/A <!-- exclusive c14n omitting comments -->
661N/A <TransformAlgorithm URI="http://www.w3.org/2001/10/xml-exc-c14n#"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformC14NExclusive" />
661N/A <!-- exclusive c14n with comments -->
661N/A <TransformAlgorithm URI="http://www.w3.org/2001/10/xml-exc-c14n#WithComments"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformC14NExclusiveWithComments" />
661N/A
661N/A <!-- XPath transform -->
661N/A <TransformAlgorithm URI="http://www.w3.org/TR/1999/REC-xpath-19991116"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformXPath" />
661N/A <!-- enveloped signature -->
661N/A <TransformAlgorithm URI="http://www.w3.org/2000/09/xmldsig#enveloped-signature"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformEnvelopedSignature" />
661N/A <!-- XSLT -->
661N/A <TransformAlgorithm URI="http://www.w3.org/TR/1999/REC-xslt-19991116"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformXSLT" />
661N/A <!-- XPath version 2 -->
661N/A <TransformAlgorithm URI="http://www.w3.org/2002/04/xmldsig-filter2"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformXPath2Filter" />
661N/A <!-- XPath version 2b -->
661N/A <TransformAlgorithm URI="http://www.w3.org/2002/06/xmldsig-filter2"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.transforms.implementations.TransformXPath2Filter" />
661N/A </TransformAlgorithms>
661N/A <SignatureAlgorithms>
661N/A <SignatureAlgorithm URI="http://www.w3.org/2000/09/xmldsig#dsa-sha1"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureDSA" />
661N/A <SignatureAlgorithm URI="http://www.w3.org/2000/09/xmldsig#rsa-sha1"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA1" />
661N/A <SignatureAlgorithm URI="http://www.w3.org/2000/09/xmldsig#hmac-sha1"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA1" />
661N/A
661N/A <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-md5"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSAMD5" />
661N/A <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSARIPEMD160" />
661N/A <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA256" />
661N/A <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA384" />
661N/A <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA512" />
661N/A <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.SignatureECDSA$SignatureECDSASHA1" />
661N/A
661N/A <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-md5"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacMD5" />
661N/A <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacRIPEMD160" />
661N/A <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha256"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA256" />
661N/A <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha384"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA384" />
661N/A <SignatureAlgorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha512"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA512" />
661N/A </SignatureAlgorithms>
661N/A <JCEAlgorithmMappings>
661N/A <Algorithms>
661N/A <!-- MessageDigest Algorithms -->
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#md5"
661N/A Description="MD5 message digest from RFC 1321"
661N/A AlgorithmClass="MessageDigest"
661N/A RequirementLevel="NOT RECOMMENDED"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="MD5"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#ripemd160"
661N/A Description="RIPEMD-160 message digest"
661N/A AlgorithmClass="MessageDigest"
661N/A RequirementLevel="OPTIONAL"
661N/A JCEName="RIPEMD160"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2000/09/xmldsig#sha1"
661N/A Description="SHA-1 message digest"
661N/A AlgorithmClass="MessageDigest"
661N/A RequirementLevel="REQUIRED"
661N/A JCEName="SHA-1"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#sha256"
661N/A Description="SHA-1 message digest with 256 bit"
661N/A AlgorithmClass="MessageDigest"
661N/A RequirementLevel="RECOMMENDED"
661N/A JCEName="SHA-256"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#sha384"
661N/A Description="SHA message digest with 384 bit"
661N/A AlgorithmClass="MessageDigest"
661N/A RequirementLevel="OPTIONAL"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="SHA-384"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#sha512"
661N/A Description="SHA-1 message digest with 512 bit"
661N/A AlgorithmClass="MessageDigest"
661N/A RequirementLevel="OPTIONAL"
661N/A JCEName="SHA-512"/>
661N/A
661N/A <!-- Signature Algorithms -->
661N/A <Algorithm URI="http://www.w3.org/2000/09/xmldsig#dsa-sha1"
661N/A Description="Digital Signature Algorithm with SHA-1 message digest"
661N/A AlgorithmClass="Signature"
661N/A RequirementLevel="REQUIRED"
661N/A JCEName="SHA1withDSA"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-md5"
661N/A Description="RSA Signature with MD5 message digest"
661N/A AlgorithmClass="Signature"
661N/A RequirementLevel="NOT RECOMMENDED"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="MD5withRSA"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160"
661N/A Description="RSA Signature with RIPEMD-160 message digest"
661N/A AlgorithmClass="Signature"
661N/A RequirementLevel="OPTIONAL"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="RIPEMD160withRSA"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2000/09/xmldsig#rsa-sha1"
661N/A Description="RSA Signature with SHA-1 message digest"
661N/A AlgorithmClass="Signature"
661N/A RequirementLevel="RECOMMENDED"
661N/A JCEName="SHA1withRSA"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
661N/A Description="RSA Signature with SHA-256 message digest"
661N/A AlgorithmClass="Signature"
661N/A RequirementLevel="OPTIONAL"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="SHA256withRSA"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"
661N/A Description="RSA Signature with SHA-384 message digest"
661N/A AlgorithmClass="Signature"
661N/A RequirementLevel="OPTIONAL"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="SHA384withRSA"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"
661N/A Description="RSA Signature with SHA-512 message digest"
661N/A AlgorithmClass="Signature"
661N/A RequirementLevel="OPTIONAL"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="SHA512withRSA"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"
661N/A Description="ECDSA Signature with SHA-1 message digest"
661N/A AlgorithmClass="Signature"
661N/A RequirementLevel="OPTIONAL"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="ECDSAwithSHA1"/>
661N/A
661N/A <!-- MAC Algorithms -->
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-md5"
661N/A Description="Message Authentication code using MD5"
661N/A AlgorithmClass="Mac"
661N/A RequirementLevel="NOT RECOMMENDED"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="HmacMD5"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160"
661N/A Description="Message Authentication code using RIPEMD-160"
661N/A AlgorithmClass="Mac"
661N/A RequirementLevel="OPTIONAL"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="HMACRIPEMD160"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2000/09/xmldsig#hmac-sha1"
661N/A Description="Message Authentication code using SHA1"
661N/A AlgorithmClass="Mac"
661N/A RequirementLevel="REQUIRED"
661N/A JCEName="HmacSHA1"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha256"
661N/A Description="Message Authentication code using SHA-256"
661N/A AlgorithmClass="Mac"
661N/A RequirementLevel="OPTIONAL"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="HmacSHA256"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha384"
661N/A Description="Message Authentication code using SHA-384"
661N/A AlgorithmClass="Mac"
661N/A RequirementLevel="OPTIONAL"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="HmacSHA384"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmldsig-more#hmac-sha512"
661N/A Description="Message Authentication code using SHA-512"
661N/A AlgorithmClass="Mac"
661N/A RequirementLevel="OPTIONAL"
661N/A SpecificationURL="http://www.ietf.org/internet-drafts/draft-eastlake-xmldsig-uri-02.txt"
661N/A JCEName="HmacSHA512"/>
661N/A
661N/A <!-- Block encryption Algorithms -->
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#tripledes-cbc"
661N/A Description="Block encryption using Triple-DES"
661N/A AlgorithmClass="BlockEncryption"
661N/A RequirementLevel="REQUIRED"
661N/A KeyLength="192"
661N/A RequiredKey="DESede"
661N/A JCEName="DESede/CBC/ISO10126Padding"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#aes128-cbc"
661N/A Description="Block encryption using AES with a key length of 128 bit"
661N/A AlgorithmClass="BlockEncryption"
661N/A RequirementLevel="REQUIRED"
661N/A KeyLength="128"
661N/A RequiredKey="AES"
661N/A JCEName="AES/CBC/ISO10126Padding"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#aes192-cbc"
661N/A Description="Block encryption using AES with a key length of 192 bit"
661N/A AlgorithmClass="BlockEncryption"
661N/A RequirementLevel="OPTIONAL"
661N/A KeyLength="192"
661N/A RequiredKey="AES"
661N/A JCEName="AES/CBC/ISO10126Padding"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#aes256-cbc"
661N/A Description="Block encryption using AES with a key length of 256 bit"
661N/A AlgorithmClass="BlockEncryption"
661N/A RequirementLevel="REQUIRED"
661N/A KeyLength="256"
661N/A RequiredKey="AES"
661N/A JCEName="AES/CBC/ISO10126Padding"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#rsa-1_5"
661N/A Description="Key Transport RSA-v1.5"
661N/A AlgorithmClass="KeyTransport"
661N/A RequirementLevel="REQUIRED"
661N/A RequiredKey="RSA"
661N/A JCEName="RSA/ECB/PKCS1Padding"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"
661N/A Description="Key Transport RSA-OAEP"
661N/A AlgorithmClass="KeyTransport"
661N/A RequirementLevel="REQUIRED"
661N/A RequiredKey="RSA"
661N/A JCEName="RSA/ECB/OAEPWithSHA1AndMGF1Padding"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#dh"
661N/A Description="Key Agreement Diffie-Hellman"
661N/A AlgorithmClass="KeyAgreement"
661N/A RequirementLevel="OPTIONAL"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-tripledes"
661N/A Description="Symmetric Key Wrap using Triple DES"
661N/A AlgorithmClass="SymmetricKeyWrap"
661N/A RequirementLevel="REQUIRED"
661N/A KeyLength="192"
661N/A RequiredKey="DESede"
661N/A JCEName="DESedeWrap"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-aes128"
661N/A Description="Symmetric Key Wrap using AES with a key length of 128 bit"
661N/A AlgorithmClass="SymmetricKeyWrap"
661N/A RequirementLevel="REQUIRED"
661N/A KeyLength="128"
661N/A RequiredKey="AES"
661N/A JCEName="AESWrap"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-aes192"
661N/A Description="Symmetric Key Wrap using AES with a key length of 192 bit"
661N/A AlgorithmClass="SymmetricKeyWrap"
661N/A RequirementLevel="OPTIONAL"
661N/A KeyLength="192"
661N/A RequiredKey="AES"
661N/A JCEName="AESWrap"/>
661N/A
661N/A <Algorithm URI="http://www.w3.org/2001/04/xmlenc#kw-aes256"
661N/A Description="Symmetric Key Wrap using AES with a key length of 256 bit"
661N/A AlgorithmClass="SymmetricKeyWrap"
661N/A RequirementLevel="REQUIRED"
661N/A KeyLength="256"
661N/A RequiredKey="AES"
661N/A JCEName="AESWrap"/>
661N/A
661N/A </Algorithms>
661N/A </JCEAlgorithmMappings>
661N/A <ResourceBundles defaultLanguageCode="en" defaultCountryCode="US">
661N/A <ResourceBundle LanguageCode="en"
661N/A CountryCode="US"
661N/A LOCATION="com.sun.org.apache.xml.internal.security/resource/xmlsecurity_en.properties" />
661N/A <ResourceBundle LanguageCode="de"
661N/A CountryCode="DE"
661N/A LOCATION="com.sun.org.apache.xml.internal.security/resource/xmlsecurity_de.properties" />
661N/A </ResourceBundles>
661N/A <ResourceResolvers>
661N/A <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverDirectHTTP"
661N/A DESCRIPTION="A simple resolver for requests to HTTP space" />
661N/A <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverLocalFilesystem"
661N/A DESCRIPTION="A simple resolver for requests to the local file system" />
661N/A <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverFragment"
661N/A DESCRIPTION="A simple resolver for requests of same-document URIs" />
661N/A <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.utils.resolver.implementations.ResolverXPointer"
661N/A DESCRIPTION="A simple resolver for requests of XPointer fragents" />
661N/A </ResourceResolvers>
661N/A <!-- <defaultLocale languageCode="en" countryCode="US" /> -->
661N/A <KeyInfo>
661N/A <ContentHandler LOCALNAME="KeyName"
661N/A NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.KeyName" />
661N/A <ContentHandler LOCALNAME="KeyValue"
661N/A NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.KeyValue" />
661N/A <ContentHandler LOCALNAME="RetrievalMethod"
661N/A NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod" />
661N/A <ContentHandler LOCALNAME="X509Data"
661N/A NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.X509Data" />
661N/A <ContentHandler LOCALNAME="PGPData"
661N/A NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.PGPData" />
661N/A <ContentHandler LOCALNAME="SPKIData"
661N/A NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.SPKIData" />
661N/A <ContentHandler LOCALNAME="MgmtData"
661N/A NAMESPACE="http://www.w3.org/2000/09/xmldsig#"
661N/A JAVACLASS="com.sun.org.apache.xml.internal.security.keys.content.MgmtData" />
661N/A </KeyInfo>
661N/A <KeyResolver>
661N/A <!-- This section contains a list of KeyResolvers that are available in
661N/A every KeyInfo object -->
661N/A <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RSAKeyValueResolver"
661N/A DESCRIPTION="Can extract RSA public keys" />
661N/A <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.DSAKeyValueResolver"
661N/A DESCRIPTION="Can extract DSA public keys" />
661N/A <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509CertificateResolver"
661N/A DESCRIPTION="Can extract public keys from X509 certificates" />
661N/A <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509SKIResolver"
661N/A DESCRIPTION="Uses an X509v3 SubjectKeyIdentifier extension to retrieve a certificate from the storages" />
661N/A <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.RetrievalMethodResolver"
661N/A DESCRIPTION="Resolves keys and certificates using ResourceResolvers" />
661N/A <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509SubjectNameResolver"
661N/A DESCRIPTION="Uses an X509 SubjectName to retrieve a certificate from the storages" />
661N/A <Resolver JAVACLASS="com.sun.org.apache.xml.internal.security.keys.keyresolver.implementations.X509IssuerSerialResolver"
661N/A DESCRIPTION="Uses an X509 IssuerName and IssuerSerial to retrieve a certificate from the storages" />
661N/A </KeyResolver>
661N/A
661N/A <PrefixMappings>
661N/A <!-- Many classes create Elements which are in a specific namespace;
661N/A here, the prefixes for these namespaces are defined. But this
661N/A can also be overwritten using the ElementProxy#setDefaultPrefix()
661N/A method. You can even set all prefixes to "" so that the corresponding
661N/A elements are created using the default namespace -->
661N/A <PrefixMapping namespace="http://www.w3.org/2000/09/xmldsig#"
661N/A prefix="ds" />
661N/A <PrefixMapping namespace="http://www.w3.org/2001/04/xmlenc#"
661N/A prefix="xenc" />
661N/A <PrefixMapping namespace="http://www.xmlsecurity.org/experimental#"
661N/A prefix="experimental" />
661N/A <PrefixMapping namespace="http://www.w3.org/2002/04/xmldsig-filter2"
661N/A prefix="dsig-xpath-old" />
661N/A <PrefixMapping namespace="http://www.w3.org/2002/06/xmldsig-filter2"
661N/A prefix="dsig-xpath" />
661N/A <PrefixMapping namespace="http://www.w3.org/2001/10/xml-exc-c14n#"
661N/A prefix="ec" />
661N/A <PrefixMapping namespace="http://www.nue.et-inf.uni-siegen.de/~geuer-pollmann/#xpathFilter"
661N/A prefix="xx" />
661N/A </PrefixMappings>
661N/A</Configuration>