|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AgreementMethod
information.
addDocument
method is used to add a new resource to the
signed info.
Manifest.addDocument(java.lang.String, java.lang.String, org.apache.xml.security.transforms.Transforms, java.lang.String, java.lang.String, java.lang.String)
method.
EncryptionProperty
.
URI
attribute in reference
element
URI
attribute in reference
element
ResourceResolver
to enable the retrieval of resources.
ResourceResolverSpi
to enable the retrieval of resources.
Transform
with the specified Transform
algorithm URI
Transform
with the specified Transform
algorithm URI
Transform
with the specified Transform
algorithm URI
.
java.lang.Object
but an Object
element) to the Signature.
CanonicalizationMethod
Algorithm.CanonicalizationMethod
element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.StorageResolverSpi
makes all raw (binary) X509Certificate
s
which reside as files in a single directory available to the StorageResolver
.CipherData
provides encrypted data.CipherReference
identifies a source which, when processed,
yields the encrypted octet sequence.CipherValue
is the wrapper for cipher text.node
.
node
.
EncryptedData
Element
.
EncryptedKey
Element
.
SignedInfo.createSecretKey(byte[])
.
XMLCryptoContext
interface.XMLSignContext
.DOMSignContext
with the specified signing key
and parent node.
DOMSignContext
with the specified signing key,
parent and next sibling nodes.
DOMSignContext
with the specified key selector
and parent node.
DOMSignContext
with the specified key selector,
parent and next sibling nodes.
XMLStructure
.DOMStructure
containing the specified node.
URIReference
.XMLValidateContext
.DOMValidateContext
containing the specified key
selector and node.
DOMValidateContext
containing the specified key
and node.
URIReference
or the input/output of subsequent Transform
s.DigestMethod
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.DigestMethod
algorithm.Text
children of the Element and interprets
them as input for the Base64.decode()
function.
URIReference
and returns the
dereferenced data.
KeyInfo
information referenced by this
RetrievalMethod
and applies the specified
Transform
s.
XMLSignatureInput
which is referenced by the
URI
Attribute.
MessageDigest.digest()
which is executed on the internal MessageDigest
object.
MessageDigest.digest(byte[])
which is executed on the internal MessageDigest
object.
MessageDigest.digest(byte[], int, int)
which is executed on the internal MessageDigest
object.
Document
node.
Element
node.
Element
node.
EncryptedData
element is the core element in the syntax.EncryptedKey
element is used to transport encryption keys
from the originator to a known recipient(s).EncryptedKeyResolver
is not a generic resolver.EncryptedData
and
EncryptedKey
are derived.EncryptionMethod
describes the encryption algorithm applied to
the cipher data.EncryptionProperties
can hold additional information concerning
the generation of the EncryptedData
or
EncryptedKey
.EncryptedData
or EncryptedKey
can be placed in an
EncryptionProperty
element (e.g., date/time stamp or the serial
number of cryptographic hardware used during encryption).ExcC14NParameterSpec
with an empty prefix
list.
ExcC14NParameterSpec
with the specified list
of prefixes.
BigInteger
.
- encode(BigInteger, int) -
Static method in class org.apache.xml.security.utils.Base64
- Returns a byte-array representation of a
BigInteger
.
- encode(byte[]) -
Static method in class org.apache.xml.security.utils.Base64
- Encode a byte array and fold lines at the standard 76th character unless
ignore line breaks property is set.
- encode(byte[], int) -
Static method in class org.apache.xml.security.utils.Base64
- Encode a byte array in Base64 format and return an optionally
wrapped line.
- encodeToElement(Document, String, byte[]) -
Static method in class org.apache.xml.security.utils.Base64
- Method encodeToElement
- encryptData(Document, Element) -
Method in class org.apache.xml.security.encryption.XMLCipher
- Returns an
EncryptedData
interface.
- encryptData(Document, String, InputStream) -
Method in class org.apache.xml.security.encryption.XMLCipher
- Returns an
EncryptedData
interface.
- encryptData(Document, Element, boolean) -
Method in class org.apache.xml.security.encryption.XMLCipher
- Returns an
EncryptedData
interface.
- encryptKey(Document, Key) -
Method in class org.apache.xml.security.encryption.XMLCipher
- Encrypts a key to an EncryptedKey structure
- engineAddContextToElement(Element) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Method engineAddContextToElement
- engineAddProperies(Map) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
-
- engineCanResolve(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- This method returns whether the KeyResolverSpi is able to perform the requested action.
- engineCanResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- This method helps the
ResourceResolver
to decide whether a
ResourceResolverSpi
is able to perform the requested action.
- engineCanResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverAnonymous
-
- engineCanResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverDirectHTTP
- We resolve http URIs without fragment...
- engineCanResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverFragment
- Method engineCanResolve
- engineCanResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverLocalFilesystem
-
- engineCanResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverXPointer
-
- engineCanonicalize(byte[]) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Method canonicalize
- engineCanonicalize(XMLSignatureInput, String) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315Excl
-
- engineCanonicalize(XMLSignatureInput) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerBase
- Canonicalizes a Subtree node.
- engineCanonicalizeSubTree(Node) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- C14n a node tree.
- engineCanonicalizeSubTree(Node, String) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- C14n a node tree.
- engineCanonicalizeSubTree(Node, String) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer11
- Always throws a CanonicalizationException because this is inclusive c14n.
- engineCanonicalizeSubTree(Node, String) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315
- Always throws a CanonicalizationException because this is inclusive c14n.
- engineCanonicalizeSubTree(Node) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315Excl
- Method engineCanonicalizeSubTree
- engineCanonicalizeSubTree(Node, String) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315Excl
- Method engineCanonicalizeSubTree
- engineCanonicalizeSubTree(Node, String, Node) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315Excl
- Method engineCanonicalizeSubTree
- engineCanonicalizeSubTree(Node) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerBase
- Method engineCanonicalizeSubTree
- engineCanonicalizeXPathNodeSet(NodeList) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Method engineCanonicalizeXPathNodeSet
- engineCanonicalizeXPathNodeSet(NodeList, String) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Method engineCanonicalizeXPathNodeSet
- engineCanonicalizeXPathNodeSet(Set) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- C14n a nodeset
- engineCanonicalizeXPathNodeSet(Set, String) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- C14n a nodeset
- engineCanonicalizeXPathNodeSet(Set, String) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer11
- Always throws a CanonicalizationException because this is inclusive c14n.
- engineCanonicalizeXPathNodeSet(Set, String) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315
- Always throws a CanonicalizationException because this is inclusive c14n.
- engineCanonicalizeXPathNodeSet(Set, String) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315Excl
- Method engineCanonicalizeXPathNodeSet
- engineCanonicalizeXPathNodeSet(Set) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerBase
- Method engineCanonicalizeXPathNodeSet
- engineGetContextFromElement(Element) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Method engineGetContextFromElement
- engineGetContextFromElement(Element) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Method engineGetContextFromElement
- engineGetIncludeComments() -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Returns the URI if include comments
- engineGetIncludeComments() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer11_OmitComments
-
- engineGetIncludeComments() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer11_WithComments
-
- engineGetIncludeComments() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315ExclOmitComments
-
- engineGetIncludeComments() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315ExclWithComments
-
- engineGetIncludeComments() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315OmitComments
-
- engineGetIncludeComments() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315WithComments
-
- engineGetJCEAlgorithmString() -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Signature.getAlgorithm()
which is executed on the internal Signature
object.
- engineGetJCEAlgorithmString() -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Method engineGetJCEAlgorithmString
- engineGetJCEAlgorithmString() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineGetJCEAlgorithmString() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
- Method engineGetJCEAlgorithmString
- engineGetJCEAlgorithmString() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineGetJCEProviderName() -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Method engineGetJCEProviderName
- engineGetJCEProviderName() -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Method engineGetJCEAlgorithmString
- engineGetJCEProviderName() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineGetJCEProviderName() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
- Method engineGetJCEProviderName
- engineGetJCEProviderName() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineGetProperty(String) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineGetProperty
- engineGetProperty(String) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- Method engineGetProperty
- engineGetPropertyKeys() -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- Method engineGetPropertyKeys
- engineGetPropertyKeys() -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverAnonymous
-
- engineGetPropertyKeys() -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverDirectHTTP
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Returns the URI representation of
Transformation algorithm
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac.IntegrityHmacMD5
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac.IntegrityHmacRIPEMD160
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac.IntegrityHmacSHA1
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac.IntegrityHmacSHA256
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac.IntegrityHmacSHA384
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac.IntegrityHmacSHA512
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.SignatureRSAMD5
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.SignatureRSARIPEMD160
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.SignatureRSASHA1
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.SignatureRSASHA256
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.SignatureRSASHA384
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA.SignatureRSASHA512
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA.SignatureECDSASHA1
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineGetURI() -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Returns the URI of this engine.
- engineGetURI() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer11_OmitComments
-
- engineGetURI() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer11_WithComments
-
- engineGetURI() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315ExclOmitComments
-
- engineGetURI() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315ExclWithComments
-
- engineGetURI() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315OmitComments
-
- engineGetURI() -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315WithComments
-
- engineGetURI() -
Method in class org.apache.xml.security.transforms.TransformSpi
- Returns the URI representation of
Transformation algorithm
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformBase64Decode
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformC14N
-
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformC14N11
-
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformC14N11_WithComments
-
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NExclusive
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NExclusiveWithComments
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NWithComments
-
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformEnvelopedSignature
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformXPath
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformXPath2Filter
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformXPointer
-
- engineGetURI() -
Method in class org.apache.xml.security.transforms.implementations.TransformXSLT
- Method engineGetURI
- engineInitSign(Key) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Signature.initSign(java.security.PrivateKey)
which is executed on the internal Signature
object.
- engineInitSign(Key, SecureRandom) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Signature.initSign(java.security.PrivateKey, java.security.SecureRandom)
which is executed on the internal Signature
object.
- engineInitSign(Key, AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Mac
which is executed on the internal Mac.init(Key)
object.
- engineInitSign(Key) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Method engineInitSign
- engineInitSign(Key, AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Method engineInitSign
- engineInitSign(Key, SecureRandom) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Method engineInitSign
- engineInitSign(Key, SecureRandom) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineInitSign(Key) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineInitSign(Key, AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineInitSign(Key, SecureRandom) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
-
- engineInitSign(Key) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
-
- engineInitSign(Key, AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
- Method engineInitSign
- engineInitSign(Key, SecureRandom) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineInitSign(Key) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineInitSign(Key, AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineInitVerify(Key) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Method engineInitVerify
- engineInitVerify(Key) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Proxy method for
Signature.initVerify(java.security.PublicKey)
which is executed on the internal Signature
object.
- engineInitVerify(Key) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineInitVerify(Key) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
-
- engineInitVerify(Key) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineIsThreadSafe() -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- Tells if the implementation does can be reused by several threads safely.
- engineIsThreadSafe() -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverDirectHTTP
-
- engineIsThreadSafe() -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverFragment
-
- engineIsThreadSafe() -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverLocalFilesystem
-
- engineIsThreadSafe() -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverXPointer
-
- engineLookupAndResolvePrivateKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineLookupAndResolvePrivateKey
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineLookupAndResolvePublicKey
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.DSAKeyValueResolver
- Method engineResolvePublicKey
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.EncryptedKeyResolver
-
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.RSAKeyValueResolver
-
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.RetrievalMethodResolver
- Method engineResolvePublicKey
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509CertificateResolver
- Method engineResolvePublicKey
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509IssuerSerialResolver
-
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509SKIResolver
- Method engineResolvePublicKey
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509SubjectNameResolver
- Method engineResolvePublicKey
- engineLookupAndResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineLookupAndResolveSecretKey
- engineLookupAndResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.DSAKeyValueResolver
-
- engineLookupAndResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.EncryptedKeyResolver
-
- engineLookupAndResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.RSAKeyValueResolver
-
- engineLookupAndResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.RetrievalMethodResolver
- Method engineResolveSecretKey
- engineLookupAndResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509CertificateResolver
- Method engineResolveSecretKey
- engineLookupAndResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509IssuerSerialResolver
-
- engineLookupAndResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509SKIResolver
- Method engineResolveSecretKey
- engineLookupAndResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509SubjectNameResolver
- Method engineResolveSecretKey
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineLookupResolveX509Certificate
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.DSAKeyValueResolver
-
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.EncryptedKeyResolver
-
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.RSAKeyValueResolver
-
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.RetrievalMethodResolver
- Method engineResolveX509Certificate
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509CertificateResolver
- Method engineResolveX509Certificate
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509IssuerSerialResolver
-
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509SKIResolver
- Method engineResolveX509Certificate
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509SubjectNameResolver
- Method engineResolveX509Certificate
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.TransformSpi
- The mega method which MUST be implemented by the Transformation Algorithm.
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.TransformSpi
- The mega method which MUST be implemented by the Transformation Algorithm.
- enginePerformTransform(XMLSignatureInput) -
Method in class org.apache.xml.security.transforms.TransformSpi
- Deprecated.
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformBase64Decode
- Method enginePerformTransform
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformBase64Decode
-
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14N
-
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14N
-
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14N11
-
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14N11
-
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14N11_WithComments
-
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14N11_WithComments
-
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NExclusive
- Method enginePerformTransform
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NExclusive
-
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NExclusiveWithComments
-
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NExclusiveWithComments
-
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NWithComments
-
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NWithComments
-
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformEnvelopedSignature
-
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformXPath
- Method enginePerformTransform
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformXPath2Filter
- Method enginePerformTransform
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformXPointer
- Method enginePerformTransform
- enginePerformTransform(XMLSignatureInput, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformXSLT
- Method enginePerformTransform
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformXSLT
-
- engineResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- This is the workhorse method used to resolve resources.
- engineResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverAnonymous
-
- engineResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverDirectHTTP
- Method resolve
- engineResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverFragment
- Method engineResolve
Wird das gleiche Dokument referenziert?
Wird ein anderes Dokument referenziert?
- engineResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverLocalFilesystem
-
- engineResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverXPointer
-
- engineResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineResolvePublicKey
- engineResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineResolveSecretKey
- engineResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineResolveCertificate
- engineSetHMACOutputLength(int) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Method engineSetHMACOutputLength
- engineSetHMACOutputLength(int) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Method engineSetHMACOutputLength
- engineSetHMACOutputLength(int) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineSetHMACOutputLength(int) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
- Method engineSetHMACOutputLength
- engineSetHMACOutputLength(int) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineSetParameter(AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Signature.setParameter(java.security.spec.AlgorithmParameterSpec)
which is executed on the internal Signature
object.
- engineSetParameter(AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Proxy method for
Signature.setParameter(java.security.spec.AlgorithmParameterSpec)
which is executed on the internal Signature
object.
- engineSetParameter(AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineSetParameter(AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
-
- engineSetParameter(AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineSetProperty(String, String) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineSetProperty
- engineSetProperty(String, String) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- Method engineSetProperty
- engineSign() -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Signature.sign()
which is executed on the internal Signature
object.
- engineSign() -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Proxy method for
Signature.sign()
which is executed on the internal Signature
object.
- engineSign() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineSign() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
-
- engineSign() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineUpdate(byte[]) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Signature.update(byte[])
which is executed on the internal Signature
object.
- engineUpdate(byte) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Signature.update(byte[])
which is executed on the internal Signature
object.
- engineUpdate(byte[], int, int) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Signature.update(byte[], int, int)
which is executed on the internal Signature
object.
- engineUpdate(byte[]) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Proxy method for
Signature.update(byte[])
which is executed on the internal Signature
object.
- engineUpdate(byte) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Proxy method for
Signature.update(byte)
which is executed on the internal Signature
object.
- engineUpdate(byte[], int, int) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Proxy method for
Signature.update(byte[], int, int)
which is executed on the internal Signature
object.
- engineUpdate(byte[]) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineUpdate(byte) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineUpdate(byte[], int, int) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineUpdate(byte[]) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
-
- engineUpdate(byte) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
-
- engineUpdate(byte[], int, int) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
-
- engineUpdate(byte[]) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineUpdate(byte) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineUpdate(byte[], int, int) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineVerify(byte[]) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Signature.verify(byte[])
which is executed on the internal Signature
object.
- engineVerify(byte[]) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Proxy method for
Signature.verify(byte[])
which is executed on the internal Signature
object.
- engineVerify(byte[]) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureBaseRSA
-
- engineVerify(byte[]) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA
-
- engineVerify(byte[]) -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- equals(Object) -
Method in class org.apache.xml.security.keys.content.x509.XMLX509Certificate
-
- equals(Object) -
Method in class org.apache.xml.security.keys.content.x509.XMLX509IssuerSerial
-
- equals(Object) -
Method in class org.apache.xml.security.keys.content.x509.XMLX509SKI
-
- equals(Object) -
Method in class org.apache.xml.security.keys.content.x509.XMLX509SubjectName
-
- error(SAXParseException) -
Method in class org.apache.xml.security.utils.IgnoreAllErrorHandler
-
- eval(Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Deprecated.
- eval(Node, Node, String, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Evaluate XPath string to an XObject.
- eval(Node, Node, String, PrefixResolver) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Evaluate XPath string to an XObject.
- eval(Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Evaluate XPath string to an XObject.
- eval(Node, Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Evaluate XPath string to an XObject.
- eval(Node, Node, PrefixResolver) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Evaluate XPath string to an XObject.
- exceptionMessagesResourceBundleBase -
Static variable in class org.apache.xml.security.utils.Constants
- Field exceptionMessagesResourceBundleBase is the location of the
ResourceBundle
- exceptionMessagesResourceBundleDir -
Static variable in class org.apache.xml.security.utils.Constants
- Field exceptionMessagesResourceBundleDir
- excludeNodeFromSet(Node, Set) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- execute(XPathContext) -
Method in class org.apache.xml.security.transforms.implementations.FuncHere
- The here function returns a node-set containing the attribute or
processing instruction node or the parent element of the text node
that directly bears the XPath expression.
FuncHereContext
extends XPathContext
for supplying context
for the here()
function.HashMap
to get the object
that the specified key maps to.
AgreementMethod
.
AlgorithmMethod
.
TransformService
.
MessageDigest
algorithm object
CryptographicMethod
.
xml
namespace.
XMLSignatureInput
constructor
Reference
after a validation operation.
SignedInfo
.
KeySelectorException
or
null
if the cause is nonexistent or unknown.
MarshalException
or
null
if the cause is nonexistent or unknown.
NoSuchMechanismException
or
null
if the cause is nonexistent or unknown.
URIReferenceException
or
null
if the cause is nonexistent or unknown.
TransformException
or
null
if the cause is nonexistent or unknown.
XMLSignatureException
or
null
if the cause is nonexistent or unknown.
CipherReference
that contains the
CipherValue
or CipherReference
with the
encrypted data.
byte
array).
byte
array.
unmodifiable
list
of one or more XMLStructure
s that are contained in
this SignatureProperty
.
unmodifiable
list
of XMLStructure
s contained in this XMLObject
,
which represent elements from any namespace.
unmodifiable
list
containing the key information.
unmodifiable
list
of the content in this X509Data
.
CipherData
.
MessageDigest.getDigestLength()
which is executed on the internal MessageDigest
object.
Reference
.
Reference
.
Element
with the specified ID attribute value.
Iterator
over all the child elements contained in
this Reference
that will aid the recipient in retrieving the
EncryptedKey
and/or EncryptedData
elements.
XMLObject
.
URI
representing the encoding of the
EncryptedType
.
Encoding
attribute
EncryptionProperty
.
EncryptionMethod
that describes the encryption
algorithm applied to the cipher data.
EncryptionMethod
.
EncryptedType
.
Iterator
over all the
EncryptionPropterty
elements contained in this
EncryptionProperties
.
unmodifiable list
of XMLStructure
s representing elements from an external
namespace.
Manifest
.
Id
attribute of this
Reference
, which permits this reference to be
referenced from elsewhere.
SignatureProperties
.
SignatureProperty
.
Id
attribute of this
SignedInfo
.
XMLObject
.
Id
attribute of this
SignatureValue
, which permits this element to be
referenced from elsewhere.
XMLSignature
.
KeyInfo
, which
may be useful for referencing this KeyInfo
from other
XML structures.
String
providing for the standard method of
assigning an id to the element within the document context.
EncryptionProperties
' id.
EncryptionProperty
.
Id
attribute
Id
attribute
Id
attribute
Id
attribute of this Reference
element
Id
attribute
Id
attribute
Id
attribute
CanonicalizerSpi
class
TransformService
that supports the specified
algorithm URI (ex: Transform.XPATH2
) and mechanism type
(ex: DOM).
TransformService
that supports the specified
algorithm URI (ex: Transform.XPATH2
) and mechanism type
(ex: DOM) as supplied by the specified provider.
TransformService
that supports the specified
algorithm URI (ex: Transform.XPATH2
) and mechanism type
(ex: DOM) as supplied by the specified provider.
XMLSignatureFactory
that supports the
specified XML processing mechanism and representation type (ex: "DOM").
XMLSignatureFactory
that supports the
requested XML processing mechanism and representation type (ex: "DOM"),
as supplied by the specified provider.
XMLSignatureFactory
that supports the
requested XML processing mechanism and representation type (ex: "DOM"),
as supplied by the specified provider.
XMLSignatureFactory
that supports the
default XML processing mechanism and representation type ("DOM").
KeyInfoFactory
that supports the
specified XML processing mechanism and representation type (ex: "DOM").
KeyInfoFactory
that supports the
requested XML processing mechanism and representation type (ex: "DOM"),
as supplied by the specified provider.
KeyInfoFactory
that supports the
requested XML processing mechanism and representation type (ex: "DOM"),
as supplied by the specified provider.
KeyInfoFactory
that supports the
default XML processing mechanism and representation type ("DOM").
XMLCipher
that implements the specified
transformation and operates on the specified context document.
XMLCipher
that implements the specified
transformation, operates on the specified context document and serializes
the document with the specified canonicalization algorithm before it
encrypts the document.
XMLCipher
that implements no specific
transformation, and can therefore only be used for decrypt or
unwrap operations where the encryption method is defined in the
EncryptionMethod
element.
Transform algorithm
URI.
Transform algorithm
URI.
Transform algorithm
URI.
X509IssuerSerial
in
RFC 2253 String format.
MessageDigest.getAlgorithm()
which is executed on the internal MessageDigest
object.
Signature.getAlgorithm()
which is executed on the internal Signature
object.
MessageDigest.getProvider()
which is executed on the internal MessageDigest
object.
byte
array.
PGPData
as
defined in RFC 2440,
section 11.2.
XMLSignature
.
ds:KeyInfo
, that carries information about the
key used to encrypt the data.
KeyInfoFactory
that creates KeyInfo
objects.
PGPData
as
defined in RFC 2440,
section 5.5.
KeySelector
, if specified, after
this XMLSignature
has been signed or validated.
TransformService
.
XMLSignatureFactory
(ex: "DOM").
KeyInfoFactory
(ex: "DOM")
MessageDigestAlgorithm
OctetStreamData
.
XMLObject
.
String
which describes the media type of the data
which has been encrypted.
MimeType
attribute
KeyName
.
HashMap
to get the prefix
that the specified URI maps to.
DOMStructure
.
XMLSignatureInput
constructor
XMLSignatureInput
constructor
ith ds:Object
child of the signature
or null if no such ds:Object
element exists.
- getObjectLength() -
Method in class org.apache.xml.security.signature.XMLSignature
- Returns the number of all
ds:Object
elements.
- getObjects() -
Method in interface javax.xml.crypto.dsig.XMLSignature
- Returns an
unmodifiable
list
of XMLObject
s contained in this XMLSignature
.
- getOctetStream() -
Method in class javax.xml.crypto.OctetStreamData
- Returns the input stream of this
OctetStreamData
.
- getOctetStream() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Returns the Octect stream(byte Stream) from input which was specified as
the parameter of
XMLSignatureInput
constructor
- getOctetStreamReal() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
-
- getOriginalException() -
Method in class org.apache.xml.security.exceptions.XMLSecurityException
- Method getOriginalException
- getOriginalException() -
Method in class org.apache.xml.security.exceptions.XMLSecurityRuntimeException
- Method getOriginalException
- getOriginatorKeyInfo() -
Method in interface org.apache.xml.security.encryption.AgreementMethod
- Returns information relating to the originator's shared secret.
- getOutputLength() -
Method in class javax.xml.crypto.dsig.spec.HMACParameterSpec
- Returns the truncation length.
- getOwnerDocument() -
Method in class org.apache.xml.security.utils.HelperNodeList
-
- getOwnerDocument(Node) -
Static method in class org.apache.xml.security.utils.XMLUtils
- This method returns the owner document of a particular node.
- getOwnerDocument(Set) -
Static method in class org.apache.xml.security.utils.XMLUtils
- This method returns the first non-null owner document of the Node's in this Set.
- getParameterSpec() -
Method in interface javax.xml.crypto.AlgorithmMethod
- Returns the algorithm parameters of this
AlgorithmMethod
.
- getParameterSpec() -
Method in interface javax.xml.crypto.dsig.CanonicalizationMethod
- Returns the algorithm-specific input parameters associated with this
CanonicalizationMethod
.
- getParameterSpec() -
Method in interface javax.xml.crypto.dsig.DigestMethod
- Returns the algorithm-specific input parameters associated with this
DigestMethod
.
- getParameterSpec() -
Method in interface javax.xml.crypto.dsig.SignatureMethod
- Returns the algorithm-specific input parameters of this
SignatureMethod
.
- getParameterSpec() -
Method in interface javax.xml.crypto.dsig.Transform
- Returns the algorithm-specific input parameters associated with this
Transform
.
- getParent() -
Method in class javax.xml.crypto.dsig.dom.DOMSignContext
- Returns the parent node.
- getPrefixList() -
Method in class javax.xml.crypto.dsig.spec.ExcC14NParameterSpec
- Returns the inclusive namespace prefix list.
- getPrivateKey() -
Method in class org.apache.xml.security.keys.KeyInfo
- This method returns a private key.
- getProperties() -
Method in interface javax.xml.crypto.dsig.SignatureProperties
- Returns an
unmodifiable
list
of one or more SignatureProperty
s that are contained in
this SignatureProperties
.
- getProperty(String) -
Method in interface javax.xml.crypto.XMLCryptoContext
- Returns the value of the specified property.
- getProperty(String) -
Method in class javax.xml.crypto.dom.DOMCryptoContext
- This implementation uses an internal
HashMap
to get the object
that the specified name maps to.
- getProperty(String) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolver
- Method getProperty
- getProperty(String) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolver
- Method getProperty
- getPropertyKeys() -
Method in class org.apache.xml.security.utils.resolver.ResourceResolver
- Method getPropertyKeys
- getProvider() -
Method in class javax.xml.crypto.dsig.TransformService
- Returns the provider of this
TransformService
.
- getProvider() -
Method in class javax.xml.crypto.dsig.XMLSignatureFactory
- Returns the provider of this
XMLSignatureFactory
.
- getProvider() -
Method in class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
- Returns the provider of this
KeyInfoFactory
.
- getProviderId() -
Static method in class org.apache.xml.security.algorithms.JCEMapper
- Gets the default Provider for obtaining the security algorithms
- getProviderInstance(String, String) -
Static method in class org.apache.xml.security.encryption.XMLCipher
- Returns an
XMLCipher
that implements the specified
transformation and operates on the specified context document.
- getProviderInstance(String, String, String) -
Static method in class org.apache.xml.security.encryption.XMLCipher
- Returns an
XMLCipher
that implements the specified
transformation, operates on the specified context document and serializes
the document with the specified canonicalization algorithm before it
encrypts the document.
- getProviderInstance(String) -
Static method in class org.apache.xml.security.encryption.XMLCipher
- Returns an
XMLCipher
that implements no specific
transformation, and can therefore only be used for decrypt or
unwrap operations where the encryption method is defined in the
EncryptionMethod
element.
- getPublicKey() -
Method in interface javax.xml.crypto.dsig.keyinfo.KeyValue
- Returns the public key of this
KeyValue
.
- getPublicKey() -
Method in class org.apache.xml.security.keys.KeyInfo
- This method returns the public key.
- getPublicKey() -
Method in class org.apache.xml.security.keys.content.KeyValue
- Method getPublicKey
- getPublicKey() -
Method in class org.apache.xml.security.keys.content.keyvalues.DSAKeyValue
-
- getPublicKey() -
Method in interface org.apache.xml.security.keys.content.keyvalues.KeyValueContent
- Method getPublicKey
- getPublicKey() -
Method in class org.apache.xml.security.keys.content.keyvalues.RSAKeyValue
-
- getPublicKey() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509Certificate
- Method getPublicKey
- getPublicKey(Element, String, StorageResolver) -
Static method in class org.apache.xml.security.keys.keyresolver.KeyResolver
- Method getPublicKey
- getRecipient() -
Method in interface org.apache.xml.security.encryption.EncryptedKey
- Returns a hint as to which recipient this encrypted key value is intended
for.
- getRecipientKeyInfo() -
Method in interface org.apache.xml.security.encryption.AgreementMethod
- Retruns information relating to the recipient's shared secret.
- getReference() -
Method in class org.apache.xml.security.signature.MissingResourceFailureException
- used to get the uninitialized
Reference
This allows to supply the correct XMLSignatureInput
to the Reference
to try again verification.
- getReferenceList() -
Method in interface org.apache.xml.security.encryption.EncryptedKey
- Returns pointers to data and keys encrypted using this key.
- getReferencedBytes() -
Method in class org.apache.xml.security.signature.Reference
- Method getReferencedBytes
- getReferencedContentAfterTransformsItem(int) -
Method in class org.apache.xml.security.signature.Manifest
- Method getReferencedContentAfterTransformsItem
- getReferencedContentBeforeTransformsItem(int) -
Method in class org.apache.xml.security.signature.Manifest
- Method getReferencedContentPriorTransformsItem
- getReferences() -
Method in interface javax.xml.crypto.dsig.Manifest
- Returns an
unmodifiable
list
of one or more Reference
s that are contained in this
Manifest
.
- getReferences() -
Method in interface javax.xml.crypto.dsig.SignedInfo
- Returns an
unmodifiable list
of one or more Reference
s.
- getReferences() -
Method in interface org.apache.xml.security.encryption.ReferenceList
- Returns an
Iterator
over all the Reference
s
contatined in this ReferenceList
.
- getResetableInputStream() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
-
- getResolverProperty(String) -
Method in class org.apache.xml.security.signature.Manifest
- Returns the value at specified key
- getResource(String, Class) -
Static method in class org.apache.xml.security.utils.ClassLoaderUtils
- Load a given resource.
- getResourceAsStream(String, Class) -
Static method in class org.apache.xml.security.utils.ClassLoaderUtils
- This is a convenience method to load a resource as a stream.
- getResources(String, Class) -
Static method in class org.apache.xml.security.utils.ClassLoaderUtils
- Load a given resources.
- getSKIBytes() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509SKI
- Method getSKIBytes
- getSKIBytesFromCert(X509Certificate) -
Static method in class org.apache.xml.security.keys.content.x509.XMLX509SKI
- Method getSKIBytesFromCert
- getSecretKey() -
Method in class org.apache.xml.security.keys.KeyInfo
- This method returns a secret (symmetric) key.
- getSerialNumber() -
Method in interface javax.xml.crypto.dsig.keyinfo.X509IssuerSerial
- Returns the serial number of this
X509IssuerSerial
.
- getSerialNumber() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509IssuerSerial
- Method getSerialNumber
- getSerialNumberInteger() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509IssuerSerial
- Method getSerialNumberInteger
- getSet(Node, Set, Node, boolean) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- getSignatureAlgorithm() -
Method in class org.apache.xml.security.signature.SignedInfo
-
- getSignatureMethod() -
Method in interface javax.xml.crypto.dsig.SignedInfo
- Returns the signature method of this
SignedInfo
.
- getSignatureMethodElement() -
Method in class org.apache.xml.security.signature.SignedInfo
- Method getSignatureMethodElement
- getSignatureMethodURI() -
Method in class org.apache.xml.security.signature.SignedInfo
- Returns the Signature method URI
- getSignatureSpecNSprefix() -
Static method in class org.apache.xml.security.utils.Constants
- Returns the XML namespace prefix which is used for elements in the XML
Signature namespace.
- getSignatureValue() -
Method in interface javax.xml.crypto.dsig.XMLSignature
- Returns the signature value of this
XMLSignature
.
- getSignatureValue() -
Method in class org.apache.xml.security.signature.XMLSignature
- Returns the octet value of the SignatureValue element.
- getSignedContentItem(int) -
Method in class org.apache.xml.security.signature.Manifest
- Method getSignedContentItem
- getSignedContentLength() -
Method in class org.apache.xml.security.signature.Manifest
- Method getSignedContentLength
- getSignedInfo() -
Method in interface javax.xml.crypto.dsig.XMLSignature
- Returns the signed info of this
XMLSignature
.
- getSignedInfo() -
Method in class org.apache.xml.security.signature.XMLSignature
- Returns the completely parsed
SignedInfo
object.
- getSourceURI() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Return SourceURI
- getStrFromNode(Node) -
Static method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Method getStrFromNode
- getStringInUtf8(String) -
Static method in class org.apache.xml.security.c14n.implementations.UtfHelpper
-
- getStylesheet() -
Method in class javax.xml.crypto.dsig.spec.XSLTTransformParameterSpec
- Returns the stylesheet.
- getSubNode() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Gets the node of this XMLSignatureInput
- getSubjectName() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509SubjectName
- Method getSubjectName
- getTarget() -
Method in interface javax.xml.crypto.dsig.SignatureProperty
- Returns the target URI of this
SignatureProperty
.
- getTarget() -
Method in interface org.apache.xml.security.encryption.EncryptionProperty
- Returns the
EncryptedType
being described.
- getTarget() -
Method in class org.apache.xml.security.signature.SignatureProperty
- Returns the
Target
attribute
- getTextFromChildElement(String, String) -
Method in class org.apache.xml.security.utils.ElementProxy
- Method getTextFromChildElement
- getTextFromTextChild() -
Method in class org.apache.xml.security.utils.ElementProxy
- Method getTextFromTextChild
- getTransforms() -
Method in interface javax.xml.crypto.dsig.Reference
- Returns an
unmodifiable
list
of Transform
s that are contained in this
Reference
.
- getTransforms() -
Method in interface javax.xml.crypto.dsig.keyinfo.RetrievalMethod
- Returns an
unmodifiable
list
of Transform
s of this RetrievalMethod
.
- getTransforms() -
Method in interface org.apache.xml.security.encryption.CipherReference
- Returns the
Transforms
that specifies how to transform the
URI
to yield the appropiate cipher value.
- getTransforms() -
Method in class org.apache.xml.security.keys.content.RetrievalMethod
- Method getTransforms
- getTransforms() -
Method in class org.apache.xml.security.signature.Reference
- Method getTransforms
- getTransformsInput() -
Method in class org.apache.xml.security.signature.Reference
- Deprecated. use getContentsBeforeTransformation
- getTransformsOutput() -
Method in class org.apache.xml.security.signature.Reference
- This method only works works after a call to verify.
- getType() -
Method in interface javax.xml.crypto.URIReference
- Returns the type of data referenced by this URI.
- getType() -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Returns an
URI
identifying type information about the
plaintext form of the encrypted content.
- getType() -
Method in class org.apache.xml.security.keys.content.RetrievalMethod
-
- getType() -
Method in class org.apache.xml.security.signature.Reference
- Return the
type
atttibute of the Reference indicate whether an ds:Object
, ds:SignatureProperty
, or ds:Manifest
element
- getURI() -
Method in class javax.xml.crypto.OctetStreamData
- Returns the URI String identifying the data object represented by this
OctetStreamData
.
- getURI() -
Method in interface javax.xml.crypto.URIReference
- Returns the URI of the referenced data object.
- getURI() -
Method in interface javax.xml.crypto.dsig.keyinfo.RetrievalMethod
- Returns the URI of the referenced
KeyInfo
information.
- getURI() -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithm
- Returns the URI representation of Transformation algorithm
- getURI() -
Method in class org.apache.xml.security.c14n.Canonicalizer
- Method getURI
- getURI() -
Method in interface org.apache.xml.security.encryption.CipherReference
- Returns an
URI
that contains an identifier that should be
dereferenced.
- getURI() -
Method in interface org.apache.xml.security.encryption.Reference
- Returns a
URI
that points to an Element
that
were encrypted using the key defined in the enclosing
EncryptedKey
element.
- getURI() -
Method in class org.apache.xml.security.keys.content.RetrievalMethod
- Method getURI
- getURI() -
Method in class org.apache.xml.security.signature.Reference
- Returns the
URI
of this Reference
element
- getURI() -
Method in class org.apache.xml.security.transforms.Transform
- Returns the URI representation of Transformation algorithm
- getURI() -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverException
-
- getURIAsAttr() -
Method in interface org.apache.xml.security.encryption.CipherReference
- Gets the URI as an Attribute node.
- getURIAttr() -
Method in class org.apache.xml.security.keys.content.RetrievalMethod
- Method getURIAttr
- getURIDereferencer() -
Method in interface javax.xml.crypto.XMLCryptoContext
- Returns a
URIDereferencer
that is used to dereference
URIReference
s.
- getURIDereferencer() -
Method in class javax.xml.crypto.dom.DOMCryptoContext
-
- getURIDereferencer() -
Method in class javax.xml.crypto.dsig.XMLSignatureFactory
- Returns a reference to the
URIDereferencer
that is used by
default to dereference URIs in Reference
objects.
- getURIDereferencer() -
Method in class javax.xml.crypto.dsig.keyinfo.KeyInfoFactory
- Returns a reference to the
URIDereferencer
that is used by
default to dereference URIs in RetrievalMethod
objects.
- getURIReference() -
Method in class javax.xml.crypto.URIReferenceException
- Returns the
URIReference
that was being dereferenced
when the exception was thrown.
- getUnrenderedNodes(Collection) -
Method in class org.apache.xml.security.c14n.implementations.NameSpaceSymbTable
- Get all the unrendered nodes in the name space.
- getValue() -
Method in interface javax.xml.crypto.dsig.XMLSignature.SignatureValue
- Returns the signature value of this
SignatureValue
.
- getValue() -
Method in interface org.apache.xml.security.encryption.CipherValue
- Resturns the Base 64 encoded, encrypted octets that is the
CihperValue
.
- getVerificationResult(int) -
Method in class org.apache.xml.security.signature.Manifest
- After verifying a
Manifest
or a SignedInfo
using the
Manifest.verifyReferences()
or SignedInfo.verify()
methods,
the individual results can be retrieved with this method.
- getX509Certificate() -
Method in class org.apache.xml.security.keys.KeyInfo
- Method getX509Certificate
- getX509Certificate() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509Certificate
- Method getX509Certificate
- getX509Certificate(Element, String, StorageResolver) -
Static method in class org.apache.xml.security.keys.keyresolver.KeyResolver
- Method getX509Certificate
- getXPath() -
Method in class javax.xml.crypto.dsig.spec.XPathFilterParameterSpec
- Returns the XPath expression to be evaluated.
- getXPath() -
Method in class org.apache.xml.security.transforms.params.XPathContainer
- Returns the TEXT value of the
ds:XPath
Element.
- getXPathFilterStr() -
Method in class org.apache.xml.security.transforms.params.XPath2FilterContainer
- Returns the XPath 2 Filter String
- getXPathFilterStr() -
Method in class org.apache.xml.security.transforms.params.XPath2FilterContainer04
- Returns the XPath 2 Filter String
- getXPathFilterTextNode() -
Method in class org.apache.xml.security.transforms.params.XPath2FilterContainer
- Returns the first Text node which contains information from the XPath 2
Filter String.
- getXPathFilterTextNode() -
Method in class org.apache.xml.security.transforms.params.XPath2FilterContainer04
- Returns the first Text node which contains information from the XPath 2
Filter String.
- getXPathList() -
Method in class javax.xml.crypto.dsig.spec.XPathFilter2ParameterSpec
- Returns a list of one or more
XPathType
objects.
- globalResolver -
Variable in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
-
- guaranteeThatElementInCorrectSpace(ElementProxy, Element) -
Method in interface org.apache.xml.security.utils.ElementChecker
- Deprecated. Check that the elemnt is the one expect
- guaranteeThatElementInCorrectSpace(ElementProxy, Element) -
Method in class org.apache.xml.security.utils.ElementCheckerImpl.EmptyChecker
- Deprecated.
- guaranteeThatElementInCorrectSpace(ElementProxy, Element) -
Method in class org.apache.xml.security.utils.ElementCheckerImpl.FullChecker
- Deprecated.
- guaranteeThatElementInCorrectSpace(ElementProxy, Element) -
Method in class org.apache.xml.security.utils.ElementCheckerImpl.InternedNsChecker
- Deprecated.
HMACParameterSpec
with the specified truncation
length.
getIterator()
instead
ErrorHandler
does absulutely nothing but logging
the events.TransformService
with the specified
parameters.
TransformService
with the specified
parameters and document context.
Transform
.
Signature.initSign(java.security.PrivateKey)
which is executed on the internal Signature
object.
Signature.initSign(java.security.PrivateKey, java.security.SecureRandom)
which is executed on the internal Signature
object.
Signature.initSign(java.security.PrivateKey)
which is executed on the internal Signature
object.
Signature.initVerify(java.security.PublicKey)
which is executed on the internal Signature
object.
ReferenceList
is empty.
MessageDigest.isEqual(byte[], byte[])
which is executed on the internal MessageDigest
object.
true
if the Filter
attribute has value "intersect".
true
if the Filter
attribute has value "intersect".
XMLSignatureInput.setOutputStream(java.io.OutputStream)
has been called with a
non-null OutputStream.
true
if the Filter
attribute has value "subtract".
true
if the Filter
attribute has value "subtract".
true
if the Filter
attribute has value "union".
true
if the Filter
attribute has value "union".
Transform
.
NodeSetData
in
document order.
DOMCryptoContext
.
javax.xml.crypto
package.javax.xml.crypto.dsig
package.KeyInfo
elements and structures.KeyInfo
element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing.KeyInfo
objects from scratch or for
unmarshalling a KeyInfo
object from a corresponding XML
representation.KeyName
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.KeyInfo
object.KeySelector
.KeySelectorException
with
null
as its detail message.
KeySelectorException
with the specified
detail message.
KeySelectorException
with the
specified detail message and cause.
KeySelectorException
with the specified
cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
KeySelector.select
method.KeyStore
object available to the
StorageResolver
.org.apache.xml.security.keys
package.KeyValue
element as defined
in the
W3C Recommendation for XML-Signature Syntax and Processing.EncryptedData
interface.
EncryptedKey
interface.
EncryptedKey
interface.
Manifest
element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing.<ds:Manifest>
elements.Manifest
MarshalException
with
null
as its detail message.
MarshalException
with the specified
detail message.
MarshalException
with the
specified detail message and cause.
MarshalException
with the specified cause
and a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
SignedInfo.verify()
when
testing the signature fails because of uninitialized
Reference
s.EncryptedData
EncryptedKey
EncryptedData
EncryptedKey
NoSuchMechanismException
with
null
as its detail message.
NoSuchMechanismException
with the
specified detail message.
NoSuchMechanismException
with the
specified detail message and cause.
NoSuchMechanismException
with the
specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically
contains the class and detail message of cause
).
Data
type containing a
node-set.CanonicalizationMethod
for the specified
algorithm URI and parameters.
CanonicalizationMethod
for the specified
algorithm URI and parameters.
DataReference
factory method.
DigestMethod
for the specified algorithm URI
and parameters.
KeyInfo
containing the specified list of
key information types.
KeyInfo
containing the specified list of key
information types and optional id.
KeyName
from the specified name.
KeyReference
factory method.
KeyValue
from the specified public key.
Manifest
containing the specified
list of Reference
s.
Manifest
containing the specified
list of Reference
s and optional id.
PGPData
from the specified PGP public key
identifier.
PGPData
from the specified PGP public key
identifier, and optional key material packet and list of external
elements.
PGPData
from the specified PGP key material
packet and optional list of external elements.
Reference
with the specified URI and digest
method.
Reference
with the specified parameters.
Reference
with the specified parameters and
pre-calculated digest value.
Reference
with the specified parameters.
RetrievalMethod
from the specified URI.
RetrievalMethod
from the specified parameters.
SignatureMethod
for the specified algorithm URI
and parameters.
SignatureProperties
containing the specified
list of SignatureProperty
s and optional id.
SignatureProperty
containing the specified
list of XMLStructure
s, target URI and optional id.
SignedInfo
with the specified canonicalization
and signature methods, and list of one or more references.
SignedInfo
with the specified parameters.
Transform
for the specified algorithm URI
and parameters.
Transform
for the specified algorithm URI
and parameters.
X509Data
containing the specified list of
X.509 content.
X509IssuerSerial
from the specified X.500 issuer
distinguished name and serial number.
XMLObject
from the specified parameters.
XMLSignature
and initializes it with the contents
of the specified SignedInfo
and KeyInfo
objects.
XMLSignature
and initializes it with the
specified parameters.
getIterator()
instead
<ds:Object>
elements
Object Element
supply facility which can contain any kind data- ObjectContainer(Document) -
Constructor for class org.apache.xml.security.signature.ObjectContainer
- Constructs
ObjectContainer
- ObjectContainer(Element, String) -
Constructor for class org.apache.xml.security.signature.ObjectContainer
- Constructs
ObjectContainer
from Element
- OctetStreamData - class javax.xml.crypto.OctetStreamData.
- A representation of a
Data
type containing an octet stream. - OctetStreamData(InputStream) -
Constructor for class javax.xml.crypto.OctetStreamData
- Creates a new
OctetStreamData
.
- OctetStreamData(InputStream, String, String) -
Constructor for class javax.xml.crypto.OctetStreamData
- Creates a new
OctetStreamData
.
- org.apache.xml.security - package org.apache.xml.security
- Canonical XML and XML Signature Implementation
- org.apache.xml.security.algorithms - package org.apache.xml.security.algorithms
-
algorithm factories.
- org.apache.xml.security.algorithms.implementations - package org.apache.xml.security.algorithms.implementations
-
implementations of
SignatureAlgorithmSpi
. - org.apache.xml.security.c14n - package org.apache.xml.security.c14n
-
Canonicalization related material and algorithms.
- org.apache.xml.security.c14n.helper - package org.apache.xml.security.c14n.helper
-
helper classes for canonicalization.
- org.apache.xml.security.c14n.implementations - package org.apache.xml.security.c14n.implementations
-
canonicalization implementations.
- org.apache.xml.security.encryption - package org.apache.xml.security.encryption
- Provides classes for implementing XML Encryption applications.
- org.apache.xml.security.exceptions - package org.apache.xml.security.exceptions
-
general exceptions used by this library.
- org.apache.xml.security.keys - package org.apache.xml.security.keys
-
general key related material.
- org.apache.xml.security.keys.content - package org.apache.xml.security.keys.content
-
basic handlers for elements that can occur inside
ds:KeyInfo
. - org.apache.xml.security.keys.content.keyvalues - package org.apache.xml.security.keys.content.keyvalues
-
basic handlers for elements that can occur inside
ds:KeyValue
. - org.apache.xml.security.keys.content.x509 - package org.apache.xml.security.keys.content.x509
-
basic handlers for elements that can occur inside
ds:X509Data
. - org.apache.xml.security.keys.keyresolver - package org.apache.xml.security.keys.keyresolver
-
the resolver framework for retrieval of certificates and public keys from elements.
- org.apache.xml.security.keys.keyresolver.implementations - package org.apache.xml.security.keys.keyresolver.implementations
-
implementations for retrieval of certificates and public keys from elements.
- org.apache.xml.security.keys.storage - package org.apache.xml.security.keys.storage
-
a resolver framework for certificates and public keys from user-specified locations.
- org.apache.xml.security.keys.storage.implementations - package org.apache.xml.security.keys.storage.implementations
-
implementations of resolvers for retrieval for certificates and public keys from user-specified locations.
- org.apache.xml.security.signature - package org.apache.xml.security.signature
-
XML Signature specific classes.
- org.apache.xml.security.transforms - package org.apache.xml.security.transforms
-
the framework for XML Signature transforms.
- org.apache.xml.security.transforms.implementations - package org.apache.xml.security.transforms.implementations
-
implementations of XML Signature transforms.
- org.apache.xml.security.transforms.params - package org.apache.xml.security.transforms.params
-
- org.apache.xml.security.utils - package org.apache.xml.security.utils
-
general utility classes.
- org.apache.xml.security.utils.resolver - package org.apache.xml.security.utils.resolver
-
the ResourceResolver classes used to resolve ds:Reference URIs.
- org.apache.xml.security.utils.resolver.implementations - package org.apache.xml.security.utils.resolver.implementations
-
implememtations of different ResourceResolver classes used to resolve ds:Reference URIs.
- originalException -
Variable in class org.apache.xml.security.exceptions.XMLSecurityException
- Field originalException
- originalException -
Variable in class org.apache.xml.security.exceptions.XMLSecurityRuntimeException
- Field originalException
- outputDOM(Node, OutputStream) -
Static method in class org.apache.xml.security.utils.XMLUtils
- Outputs a DOM tree to an
OutputStream
.
- outputDOM(Node, OutputStream, boolean) -
Static method in class org.apache.xml.security.utils.XMLUtils
- Outputs a DOM tree to an
OutputStream
.
- outputDOMc14nWithComments(Node, OutputStream) -
Static method in class org.apache.xml.security.utils.XMLUtils
- Serializes the
contextNode
into the OutputStream, but
supresses all Exceptions.
- outputNodePop() -
Method in class org.apache.xml.security.c14n.implementations.NameSpaceSymbTable
- Pop a frame for visible namespace.
- outputNodePush() -
Method in class org.apache.xml.security.c14n.implementations.NameSpaceSymbTable
- Push a frame for visible namespace.
PGPData
element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing.XMLSignatureInput
as output.
XMLSignatureInput
as output.
Transform
s to xmlSignatureInput and
returns the result of these transformations.
Transform
s to xmlSignatureInput and
returns the result of these transformations.
inclusiveNamespaces
String and returns all
selected namespace prefixes as a Set.
KeySelectorException
, its backtrace and
the cause's backtrace to the standard error stream.
KeySelectorException
, its backtrace and
the cause's backtrace to the specified print stream.
KeySelectorException
, its backtrace and
the cause's backtrace to the specified print writer.
MarshalException
, its backtrace and
the cause's backtrace to the standard error stream.
MarshalException
, its backtrace and
the cause's backtrace to the specified print stream.
MarshalException
, its backtrace and
the cause's backtrace to the specified print writer.
NoSuchMechanismException
, its backtrace and
the cause's backtrace to the standard error stream.
NoSuchMechanismException
, its backtrace and
the cause's backtrace to the specified print stream.
NoSuchMechanismException
, its backtrace and
the cause's backtrace to the specified print writer.
URIReferenceException
, its backtrace and
the cause's backtrace to the standard error stream.
URIReferenceException
, its backtrace and
the cause's backtrace to the specified print stream.
URIReferenceException
, its backtrace and
the cause's backtrace to the specified print writer.
TransformException
, its backtrace and
the cause's backtrace to the standard error stream.
TransformException
, its backtrace and
the cause's backtrace to the specified print stream.
TransformException
, its backtrace and
the cause's backtrace to the specified print writer.
XMLSignatureException
, its backtrace and
the cause's backtrace to the standard error stream.
XMLSignatureException
, its backtrace and
the cause's backtrace to the specified print stream.
XMLSignatureException
, its backtrace and
the cause's backtrace to the specified print writer.
Transform
HashMap
to map the key
to the specified object.
HashMap
to map the URI
to the specified prefix.
Reference
element as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.EncryptedKey
to
items encrypted by that key value (EncryptedData
or
EncryptedKey
elements).<ds:Reference>
elements.Reference
from an Element
ReferenceList
is an element that contains pointers from a key
value of an EncryptedKey
to items encrypted by that key value
(EncryptedData
or EncryptedKey
elements).Reference
fails
because of an uninitialized XMLSignatureInput
ResourceResolver
goes wrong.RetrievalMethod
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.KeyResolverSpi
s which are
available to all KeyInfo
objects.
KeyResolverSpi
s which are
available to all KeyInfo
objects.
KeyResolverSpi
to a KeyInfo
object.
ReferenceList
.
EncryptionProperty
.
MessageDigest.reset()
which is executed on the internal MessageDigest
object.
AgreementMethod
information.
SubjectKeyIdentifier (id-ce-subjectKeyIdentifier) (2.5.29.14)
:
This extension identifies the public key being certified.
SignatureMethod
element
as defined in the
W3C Recommendation for XML-Signature Syntax and Processing.SignatureMethod
algorithm.SignatureProperties
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.<ds:SignatureProperties>
elements
This Element holds SignatureProperty
that contian additional information items
concerning the generation of the signature.SignatureProperties
from Element
SignatureProperty
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.<ds:SignatureProperty>
elements
Additional information item concerning the generation of the signature(s) can
be placed in this ElementSignatureProperty
using specified Target
attribute
SignatureProperty
using sepcified Target
attribute and Id
attribute
SignatureProperty
from an Element
SignedInfo
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.<ds:SignedInfo>
elements
This SignedInfo element includes the canonicalization algorithm,
a signature algorithm, and one or more references.- SignedInfo(Document) -
Constructor for class org.apache.xml.security.signature.SignedInfo
- Overwrites
Manifest.addDocument(java.lang.String, java.lang.String, org.apache.xml.security.transforms.Transforms, java.lang.String, java.lang.String, java.lang.String)
because it creates another
Element.
- SignedInfo(Document, String, String) -
Constructor for class org.apache.xml.security.signature.SignedInfo
- Constructs
SignedInfo
using given Canonicalization algorithm and
Signature algorithm.
- SignedInfo(Document, String, int, String) -
Constructor for class org.apache.xml.security.signature.SignedInfo
- Constructor SignedInfo
- SignedInfo(Document, Element, Element) -
Constructor for class org.apache.xml.security.signature.SignedInfo
-
- SignedInfo(Element, String) -
Constructor for class org.apache.xml.security.signature.SignedInfo
- Build a
SignedInfo
from an Element
- SignerOutputStream - class org.apache.xml.security.utils.SignerOutputStream.
-
- SignerOutputStream(SignatureAlgorithm) -
Constructor for class org.apache.xml.security.utils.SignerOutputStream
-
- SingleCertificateResolver - class org.apache.xml.security.keys.storage.implementations.SingleCertificateResolver.
- This
StorageResolverSpi
makes a single X509Certificate
available to the StorageResolver
. - SingleCertificateResolver(X509Certificate) -
Constructor for class org.apache.xml.security.keys.storage.implementations.SingleCertificateResolver
-
- StorageResolver - class org.apache.xml.security.keys.storage.StorageResolver.
- This class collects customized resolvers for Certificates.
- StorageResolver() -
Constructor for class org.apache.xml.security.keys.storage.StorageResolver
- Constructor StorageResolver
- StorageResolver(StorageResolverSpi) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolver
- Constructor StorageResolver
- StorageResolver(KeyStore) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolver
- Constructor StorageResolver
- StorageResolver(X509Certificate) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolver
- Constructor StorageResolver
- StorageResolverException - exception org.apache.xml.security.keys.storage.StorageResolverException.
-
- StorageResolverException() -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String, Object[]) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String, Exception) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String, Object[], Exception) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverSpi - class org.apache.xml.security.keys.storage.StorageResolverSpi.
-
- StorageResolverSpi() -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverSpi
-
- select(KeyInfo, KeySelector.Purpose, AlgorithmMethod, XMLCryptoContext) -
Method in class javax.xml.crypto.KeySelector
- Attempts to find a key that satisfies the specified constraints.
- selectDsNode(Node, String, int) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectDsNodeText(Node, String, int) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectDsNodes(Node, String) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectNode(Node, String, String, int) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectNodeIterator(Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeIterator(Node, Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Deprecated.
- selectNodeIterator(Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeIterator(Node, Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeList(Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Deprecated.
- selectNodeList(Node, Node, String, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeList(Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeList(Node, Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeText(Node, String, String, int) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectNodes(Node, String, String) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectSingleNode(Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Use an XPath string to select a single node.
- selectSingleNode(Node, Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Use an XPath string to select a single node.
- selectSingleNode(Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a single node.
- selectSingleNode(Node, Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a single node.
- selectXencNode(Node, String, int) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- setAlgorithmURI(String) -
Method in class org.apache.xml.security.algorithms.Algorithm
- Sets the algorithm's URI as used in the signature.
- setAttribute(String, String) -
Method in interface org.apache.xml.security.encryption.EncryptionProperty
- Set the attribute value.
- setBaseURI(String) -
Method in interface javax.xml.crypto.XMLCryptoContext
- Sets the base URI.
- setBaseURI(String) -
Method in class javax.xml.crypto.dom.DOMCryptoContext
-
- setBaseURI(String) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverException
-
- setCarriedName(String) -
Method in interface org.apache.xml.security.encryption.EncryptedKey
- Sets the carried name.
- setCipherReference(CipherReference) -
Method in interface org.apache.xml.security.encryption.CipherData
- Sets the
CipherData
's reference.
- setCipherValue(CipherValue) -
Method in interface org.apache.xml.security.encryption.CipherData
- Sets the
CipherData
's value.
- setDefaultNamespacePrefix(String) -
Method in interface javax.xml.crypto.XMLCryptoContext
- Sets the default namespace prefix.
- setDefaultNamespacePrefix(String) -
Method in class javax.xml.crypto.dom.DOMCryptoContext
-
- setDefaultPrefix(String, String) -
Static method in class org.apache.xml.security.utils.ElementProxy
- Method setDefaultPrefix
- setDoc(Document) -
Static method in class org.apache.xml.security.utils.CachedXPathAPIHolder
- Sets the doc for the xpath transformation.
- setElement(Element, String) -
Method in class org.apache.xml.security.utils.ElementProxy
- Method setElement
- setEncoding(String) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the
URI
representing the encoding of the
EncryptedType
.
- setEncoding(String) -
Method in class org.apache.xml.security.signature.ObjectContainer
- Sets the
Encoding
attribute
- setEncryptionMethod(EncryptionMethod) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the
EncryptionMethod
used to encrypt the cipher data.
- setEncryptionProperties(EncryptionProperties) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the
EncryptionProperties
that supplies additional
information about the generation of the EncryptedType
.
- setEncryptionSpecNSprefix(String) -
Static method in class org.apache.xml.security.utils.EncryptionConstants
- Method setEncryptionSpecNSprefix
- setExcludeComments(boolean) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
-
- setExcludeNode(Node) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Sets the exclude node of this XMLSignatureInput
- setFollowNestedManifests(boolean) -
Method in class org.apache.xml.security.signature.XMLSignature
- Signal wether Manifest should be automatically validated.
- setGlobalResolver(boolean) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
-
- setId(String) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the id.
- setId(String) -
Method in interface org.apache.xml.security.encryption.EncryptionProperties
- Sets the id.
- setId(String) -
Method in interface org.apache.xml.security.encryption.EncryptionProperty
- Sets the id.
- setId(String) -
Method in class org.apache.xml.security.keys.KeyInfo
- Sets the
Id
attribute
- setId(String) -
Method in class org.apache.xml.security.signature.Manifest
- Sets the
Id
attribute
- setId(String) -
Method in class org.apache.xml.security.signature.ObjectContainer
- Sets the
Id
attribute
- setId(String) -
Method in class org.apache.xml.security.signature.Reference
- Sets the
Id
attribute of this Reference
element
- setId(String) -
Method in class org.apache.xml.security.signature.SignatureProperties
- Sets the
Id
attribute
- setId(String) -
Method in class org.apache.xml.security.signature.SignatureProperty
- Sets the
Id
attribute
- setId(String) -
Method in class org.apache.xml.security.signature.XMLSignature
- Sets the
Id
attribute
- setIdAttributeNS(Element, String, String) -
Method in class javax.xml.crypto.dom.DOMCryptoContext
- Registers the element's attribute specified by the namespace URI and
local name to be of type ID.
- setKANonce(byte[]) -
Method in interface org.apache.xml.security.encryption.AgreementMethod
- Sets the KANonce.jj
- setKEK(Key) -
Method in class org.apache.xml.security.encryption.XMLCipher
- Set a Key Encryption Key.
- setKeyInfo(KeyInfo) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the encryption key information.
- setKeySelector(KeySelector) -
Method in interface javax.xml.crypto.XMLCryptoContext
- Sets the key selector for finding a key.
- setKeySelector(KeySelector) -
Method in class javax.xml.crypto.dom.DOMCryptoContext
-
- setKeySize(int) -
Method in interface org.apache.xml.security.encryption.EncryptionMethod
- Sets the size of the key of the algorithm applied to the cipher data.
- setMIMEType(String) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Sets MIMEType
- setMimeType(String) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the mime type.
- setMimeType(String) -
Method in class org.apache.xml.security.signature.ObjectContainer
- Sets the
MimeType
attribute
- setNeedsToBeExpanded(boolean) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Set if the structure needs to be expanded.
- setNextSibling(Node) -
Method in class javax.xml.crypto.dsig.dom.DOMSignContext
- Sets the next sibling node.
- setNode(Node) -
Method in class javax.xml.crypto.dsig.dom.DOMValidateContext
- Sets the node.
- setNodeSet(boolean) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
-
- setOAEPparams(byte[]) -
Method in interface org.apache.xml.security.encryption.EncryptionMethod
- Sets the OAEP parameters.
- setOriginatorKeyInfo(KeyInfo) -
Method in interface org.apache.xml.security.encryption.AgreementMethod
- Sets the information relating to the originator's shared secret.
- setOutputStream(OutputStream) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
-
- setParameter(AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithm
- Proxy method for
Signature.setParameter(java.security.spec.AlgorithmParameterSpec)
which is executed on the internal Signature
object.
- setParent(Node) -
Method in class javax.xml.crypto.dsig.dom.DOMSignContext
- Sets the parent node.
- setProperty(String, Object) -
Method in interface javax.xml.crypto.XMLCryptoContext
- Sets the specified property.
- setProperty(String, Object) -
Method in class javax.xml.crypto.dom.DOMCryptoContext
- This implementation uses an internal
HashMap
to map the name
to the specified object.
- setProperty(String, String) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolver
- Method setProperty
- setProperty(String, String) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolver
- Method setProperty
- setProviderId(String) -
Static method in class org.apache.xml.security.algorithms.JCEMapper
- Sets the default Provider for obtaining the security algorithms
- setRecipient(String) -
Method in interface org.apache.xml.security.encryption.EncryptedKey
- Sets the recipient for this
EncryptedKey
.
- setRecipientKeyInfo(KeyInfo) -
Method in interface org.apache.xml.security.encryption.AgreementMethod
- Sets the information relating to the recipient's shared secret.
- setReference(Reference) -
Method in class org.apache.xml.security.signature.MissingResourceFailureException
- used to set the uninitialized
Reference
- setReferenceList(ReferenceList) -
Method in interface org.apache.xml.security.encryption.EncryptedKey
- Sets the
ReferenceList
to the EncryptedKey
.
- setResolverProperty(String, String) -
Method in class org.apache.xml.security.signature.Manifest
- Used to pass parameters like proxy servers etc to the ResourceResolver
implementation.
- setSignatureSpecNSprefix(String) -
Static method in class org.apache.xml.security.utils.Constants
- Sets the namespace prefix which will be used to identify elements in the
XML Signature Namespace.
- setSourceURI(String) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Sets SourceURI
- setTarget(String) -
Method in interface org.apache.xml.security.encryption.EncryptionProperty
- Sets the target.
- setTarget(String) -
Method in class org.apache.xml.security.signature.SignatureProperty
- Sets the
Target
attribute
- setTransform(Transform) -
Method in class org.apache.xml.security.transforms.TransformSpi
- Deprecated.
- setTransforms(Transforms) -
Method in interface org.apache.xml.security.encryption.CipherReference
- Sets the
Transforms
that specifies how to transform the
URI
to yield the appropiate cipher value.
- setType(String) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the type.
- setType(String) -
Method in class org.apache.xml.security.signature.Reference
- Sets the
type
atttibute of the Reference indicate whether an ds:Object
, ds:SignatureProperty
, or ds:Manifest
element
- setURI(String) -
Method in interface org.apache.xml.security.encryption.Reference
- Sets a
URI
that points to an Element
that
were encrypted using the key defined in the enclosing
EncryptedKey
element.
- setURI(String) -
Method in class org.apache.xml.security.signature.Reference
- Sets the
URI
of this Reference
element
- setURI(Attr) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverException
-
- setURIDereferencer(URIDereferencer) -
Method in interface javax.xml.crypto.XMLCryptoContext
- Sets a
URIDereferencer
that is used to dereference
URIReference
s.
- setURIDereferencer(URIDereferencer) -
Method in class javax.xml.crypto.dom.DOMCryptoContext
-
- setValue(String) -
Method in interface org.apache.xml.security.encryption.CipherValue
- Sets the Base 64 encoded, encrypted octets that is the
CihperValue
.
- setWriter(OutputStream) -
Method in class org.apache.xml.security.c14n.Canonicalizer
- Sets the writer where the canonicalization ends.
- setWriter(OutputStream) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Sets the writter where the cannocalization ends.
- setWriter(OutputStream) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerBase
-
- setXPath(String) -
Method in class org.apache.xml.security.transforms.params.XPathContainer
- Sets the TEXT value of the
ds:XPath
Element.
- setXPathNamespaceContext(String, String) -
Method in class org.apache.xml.security.utils.ElementProxy
- Adds an xmlns: definition to the Element.
- sign(XMLSignContext) -
Method in interface javax.xml.crypto.dsig.XMLSignature
- Signs this
XMLSignature
.
- sign() -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithm
- Proxy method for
Signature.sign()
which is executed on the internal Signature
object.
- sign(Key) -
Method in class org.apache.xml.security.signature.XMLSignature
- Digests all References in the SignedInfo, calculates the signature value
and sets it in the SignatureValue Element.
- signInOctectStream(OutputStream) -
Method in class org.apache.xml.security.signature.SignedInfo
- Output the C14n stream to the given OutputStream.
- singletonKeySelector(Key) -
Static method in class javax.xml.crypto.KeySelector
- Returns a
KeySelector
that always selects the specified
key, regardless of the KeyInfo
passed to it.
- size() -
Method in interface org.apache.xml.security.encryption.ReferenceList
- Returns the size of the
ReferenceList
.
Manifest
element (this can be
specified as the value of the type
parameter of the
Reference
class to identify the referent's type).
SignatureProperties
element (this
can be specified as the value of the type
parameter of the
Reference
class to identify the referent's type).
Object
element (this can be
specified as the value of the type
parameter of the
Reference
class to identify the referent's type).
Transform
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.ds:Transform
element.Transform
Transforms
object,
so it's protected.
http://www.w3.org/2000/09/xmldsig#base64
decoding
transform.http://www.w3.org/TR/2001/REC-xml-c14n-20010315
transform.http://www.w3.org/2006/12/xml-c14n11
(C14N 1.1) transform.http://www.w3.org/2006/12/xml-c14n-11#WithComments
(C14N 1.1 With Comments) transform.http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
transform.http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
transform.http://www.w3.org/2000/09/xmldsig#enveloped-signature
transform.TransformException
with
null
as its detail message.
TransformException
with the specified
detail message.
TransformException
with the
specified detail message and cause.
TransformException
with the specified
cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
Transform
algorithm.http://www.w3.org/TR/1999/REC-xpath-19991116
transform.http://www.w3.org/TR/1999/REC-xslt-19991116
transform.ds:Transform
s.Transform
steps to
be performed on the data.Transforms
.
Transforms
from Element
which is
Transforms
Element
XMLSecurityException.getExceptionMEssage()
.
XMLSecurityException.getExceptionMEssage()
Type
attribute of the
Refernce
element points to a #Manifest
element
Type
attribute of the
Refernce
element points to a #Object
element
URIReference
s.URIReference
.URIReferenceException
with
null
as its detail message.
URIReferenceException
with the specified
detail message.
URIReferenceException
with the
specified detail message and cause.
URIReferenceException
with the
specified detail message, cause and URIReference
.
URIReferenceException
with the specified
cause and a detail message of (cause==null ? null :
cause.toString())
(which typically contains the class and detail
message of cause
).
KeyInfo
instance from a
mechanism-specific XMLStructure
(ex: DOMStructure
)
instance.
XMLSignature
instance from a
mechanism-specific XMLValidateContext
instance.
XMLSignature
instance from a
mechanism-specific XMLStructure
instance.
MessageDigest.update(byte[])
which is executed on the internal MessageDigest
object.
MessageDigest.update(byte)
which is executed on the internal MessageDigest
object.
MessageDigest.update(byte[], int, int)
which is executed on the internal MessageDigest
object.
Signature.update(byte[])
which is executed on the internal Signature
object.
Signature.update(byte)
which is executed on the internal Signature
object.
Signature.update(byte[], int, int)
which is executed on the internal Signature
object.
Signature.verify(byte[])
which is executed on the internal Signature
object.
Reference.verify()
method.
Reference.verify()
method.
ds:X509Certificate
Element.X509Data
element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing.X509IssuerSerial
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.XMLCipher
encrypts and decrypts the contents of
Document
s, Element
s and Element
contents.XMLCipherInput
is used to wrap input passed into the
XMLCipher encryption operations.Object
element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing.Signature
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.<ds:Signature>
elements.ds:Signature
Element and adds an empty
ds:SignedInfo
.
SignatureValue
element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.XMLSignatureException
with
null
as its detail message.
XMLSignatureException
with the specified
detail message.
XMLSignatureException
with the
specified detail message and cause.
XMLSignatureException
with the specified
cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause
).
XMLSignature
objects from scratch or
for unmarshalling an XMLSignature
object from a corresponding
XML representation.XMLSignatureInput
from an octet stream.
ds:XPath
Element.XPathFilter2ParameterSpec
.
XPathFilterParameterSpec
with the specified
XPath expression.
XPathFilterParameterSpec
with the specified
XPath expression and namespace map.
XPathAPI
except that the XPath strings
are not supplied as Strings but as Text
, Attr
ibute or
{ProcessingInstruction} nodes which contain the XPath string.XPath
element as defined in the
W3C Recommendation for XML-Signature XPath Filter 2.0:
XPathType
instance with the specified XPath
expression and filter.
XPathType
instance with the specified XPath
expression, filter, and namespace map.
XSLTTransformParameterSpec
with the specified
stylesheet.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |