|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Strings into Nodes and visa versa.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.node.
node.
StorageResolverSpi makes all raw (binary) X509Certificates
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.EncryptedData Element.
EncryptedKey Element.
SignedInfo.createSecretKey(byte[]).
URIReference or the input/output of subsequent Transforms.Text children of the Element and interprets
them as input for the Base64.decode() function.
KeyInfo information referenced by this
RetrievalMethod and applies the specified
Transforms.
URIReference and returns the
dereferenced data.
XMLSignatureInput which is referenced by the
URI Attribute.
dsig11:DEREncodedKeyvalue element.dsig11:DEREncodedKeyValue element.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.
DigestMethod element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.DigestMethod
algorithm.Strings into Nodes and visa versa.Document node.
Element node.
Element node.
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.
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
- ENCODING -
Static variable in class org.apache.xml.security.c14n.Canonicalizer
- The output encoding of canonicalized data
- ENCRYPT -
Static variable in class javax.xml.crypto.KeySelector.Purpose
- A key for encrypting.
- ENCRYPT_MODE -
Static variable in class org.apache.xml.security.encryption.XMLCipher
- ENCRYPT Mode
- 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.
- EncryptedData - Interface in org.apache.xml.security.encryption
- The
EncryptedData element is the core element in the syntax. - EncryptedKey - Interface in org.apache.xml.security.encryption
- The
EncryptedKey element is used to transport encryption keys
from the originator to a known recipient(s). - EncryptedKeyResolver - Class in org.apache.xml.security.keys.keyresolver.implementations
- The
EncryptedKeyResolver is not a generic resolver. - EncryptedKeyResolver(String) -
Constructor for class org.apache.xml.security.keys.keyresolver.implementations.EncryptedKeyResolver
- Constructor for use when a KEK needs to be derived from a KeyInfo
list
- EncryptedKeyResolver(String, Key) -
Constructor for class org.apache.xml.security.keys.keyresolver.implementations.EncryptedKeyResolver
- Constructor used for when a KEK has been set
- EncryptedType - Interface in org.apache.xml.security.encryption
- EncryptedType is the abstract type from which
EncryptedData and
EncryptedKey are derived. - EncryptionConstants - Class in org.apache.xml.security.utils
-
- EncryptionElementProxy - Class in org.apache.xml.security.utils
- This is the base object for all objects which map directly to an Element from
the xenc spec.
- EncryptionElementProxy(Document) -
Constructor for class org.apache.xml.security.utils.EncryptionElementProxy
- Constructor EncryptionElementProxy
- EncryptionElementProxy(Element, String) -
Constructor for class org.apache.xml.security.utils.EncryptionElementProxy
- Constructor EncryptionElementProxy
- EncryptionMethod - Interface in org.apache.xml.security.encryption
EncryptionMethod describes the encryption algorithm applied to
the cipher data.- EncryptionProperties - Interface in org.apache.xml.security.encryption
EncryptionProperties can hold additional information concerning
the generation of the EncryptedData or
EncryptedKey.- EncryptionProperty - Interface in org.apache.xml.security.encryption
- Additional information items concerning the generation of the
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). - EncryptionSpec11NS -
Static variable in class org.apache.xml.security.utils.EncryptionConstants
- The namespace of the XML Encryption 1.1 specification
- ENCRYPTIONSPECIFICATION_URL -
Static variable in class org.apache.xml.security.utils.EncryptionConstants
- Field ENCRYPTIONSPECIFICATION_URL
- EncryptionSpecNS -
Static variable in class org.apache.xml.security.utils.EncryptionConstants
- The namespace of the
XML Encryption Syntax and Processing
- encryptKey(Document, Key) -
Method in class org.apache.xml.security.encryption.XMLCipher
- Encrypts a key to an EncryptedKey structure
- encryptKey(Document, Key, String, byte[]) -
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<String, String>) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
-
- 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
- engineCanonicalizeSubTree(Node, Node) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerBase
- Canonicalizes a Subtree node.
- engineCanonicalizeSubTree(Node, String) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerPhysical
- Always throws a CanonicalizationException.
- 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<Node>) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- C14n a nodeset
- engineCanonicalizeXPathNodeSet(Set<Node>, String) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- C14n a nodeset
- engineCanonicalizeXPathNodeSet(Set<Node>, String) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer11
- Always throws a CanonicalizationException because this is inclusive c14n.
- engineCanonicalizeXPathNodeSet(Set<Node>, String) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315
- Always throws a CanonicalizationException because this is inclusive c14n.
- engineCanonicalizeXPathNodeSet(Set<Node>, String) -
Method in class org.apache.xml.security.c14n.implementations.Canonicalizer20010315Excl
- Method engineCanonicalizeXPathNodeSet
- engineCanonicalizeXPathNodeSet(Set<Node>) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerBase
- Method engineCanonicalizeXPathNodeSet
- engineCanonicalizeXPathNodeSet(Set<Node>, String) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerPhysical
- Always throws a CanonicalizationException.
- engineCanResolve(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.DEREncodedKeyValueResolver
- This method returns whether the KeyResolverSpi is able to perform the requested action..
- engineCanResolve(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.KeyInfoReferenceResolver
- This method returns whether the KeyResolverSpi is able to perform the requested action..
- engineCanResolve(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.PrivateKeyResolver
- This method returns whether the KeyResolverSpi is able to perform the requested action.
- engineCanResolve(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.SecretKeyResolver
- This method returns whether the KeyResolverSpi is able to perform the requested action.
- engineCanResolve(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.SingleKeyResolver
- This method returns whether the KeyResolverSpi is able to perform the requested action.
- engineCanResolve(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.X509DigestResolver
- This method returns whether the KeyResolverSpi is able to perform the requested action..
- 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
- Deprecated. See
ResourceResolverSpi.engineCanResolveURI(ResourceResolverContext)
- engineCanResolveURI(ResourceResolverContext) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverAnonymous
-
- engineCanResolveURI(ResourceResolverContext) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverDirectHTTP
- We resolve http URIs without fragment...
- engineCanResolveURI(ResourceResolverContext) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverFragment
- Method engineCanResolve
- engineCanResolveURI(ResourceResolverContext) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverLocalFilesystem
-
- engineCanResolveURI(ResourceResolverContext) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverXPointer
-
- engineCanResolveURI(ResourceResolverContext) -
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.
- engineGetContextFromElement(Element) -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Method engineGetContextFromElement
- engineGetContextFromElement(Element) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Method engineGetContextFromElement
- engineGetIncludeComments() -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Returns true if comments are included
- 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
-
- engineGetIncludeComments() -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerPhysical
-
- 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
-
- engineGetJCEAlgorithmString() -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Signature.getAlgorithm()
which is executed on the internal Signature object.
- 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
-
- engineGetJCEProviderName() -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Method engineGetJCEProviderName
- 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.implementations.ResolverAnonymous
-
- engineGetPropertyKeys() -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverDirectHTTP
-
- engineGetPropertyKeys() -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- Method engineGetPropertyKeys
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.IntegrityHmac
- Method engineGetURI
- 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.IntegrityHmacSHA224
- 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.SignatureBaseRSA
-
- 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.SignatureRSASHA224
-
- 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.SignatureDSA
- Method engineGetURI
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureDSA.SHA256
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA.SignatureECDSASHA1
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA.SignatureECDSASHA224
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA.SignatureECDSASHA256
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA.SignatureECDSASHA384
-
- engineGetURI() -
Method in class org.apache.xml.security.algorithms.implementations.SignatureECDSA.SignatureECDSASHA512
-
- 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.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.c14n.implementations.CanonicalizerPhysical
-
- 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
- engineGetURI() -
Method in class org.apache.xml.security.transforms.TransformSpi
- Returns the URI representation of
Transformation algorithm
- 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
-
- 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.
- 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
-
- engineInitVerify(Key) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Method engineInitVerify
- engineIsThreadSafe() -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverAnonymous
-
- 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
-
- engineIsThreadSafe() -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- Tells if the implementation does can be reused by several threads safely.
- engineLookupAndResolvePrivateKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.DEREncodedKeyValueResolver
- Method engineLookupAndResolvePrivateKey.
- engineLookupAndResolvePrivateKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.KeyInfoReferenceResolver
- Method engineLookupAndResolvePrivateKey.
- engineLookupAndResolvePrivateKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.PrivateKeyResolver
- Method engineResolvePrivateKey
- engineLookupAndResolvePrivateKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.SecretKeyResolver
- Method engineResolvePrivateKey
- engineLookupAndResolvePrivateKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.SingleKeyResolver
- Method engineResolvePrivateKey
- 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.implementations.DEREncodedKeyValueResolver
- 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.KeyInfoReferenceResolver
- Method engineLookupAndResolvePublicKey.
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.PrivateKeyResolver
- Method engineLookupAndResolvePublicKey
- 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.RSAKeyValueResolver
-
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.SecretKeyResolver
- Method engineLookupAndResolvePublicKey
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.SingleKeyResolver
- Method engineLookupAndResolvePublicKey
- 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.X509DigestResolver
- Method engineLookupAndResolvePublicKey.
- 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
- engineLookupAndResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineLookupAndResolvePublicKey
- engineLookupAndResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.DEREncodedKeyValueResolver
- 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.KeyInfoReferenceResolver
- Method engineLookupAndResolveSecretKey.
- 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.RSAKeyValueResolver
-
- 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.X509DigestResolver
- Method engineLookupAndResolveSecretKey.
- 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
- engineLookupAndResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineLookupAndResolveSecretKey
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.DEREncodedKeyValueResolver
- 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.KeyInfoReferenceResolver
- Method engineLookupResolveX509Certificate.
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.PrivateKeyResolver
- Method engineResolveX509Certificate
- 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.RSAKeyValueResolver
-
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.SecretKeyResolver
- Method engineResolveX509Certificate
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.SingleKeyResolver
- 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.X509DigestResolver
- Method engineLookupResolveX509Certificate.
- 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
- engineLookupResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineLookupResolveX509Certificate
- 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, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14N
-
- enginePerformTransform(XMLSignatureInput, OutputStream, 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_WithComments
-
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NExclusive
-
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NExclusiveWithComments
-
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformC14NWithComments
-
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformEnvelopedSignature
-
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformXPath
- Method enginePerformTransform
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformXPath2Filter
- Method enginePerformTransform
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformXPointer
- Method enginePerformTransform
- enginePerformTransform(XMLSignatureInput, OutputStream, Transform) -
Method in class org.apache.xml.security.transforms.implementations.TransformXSLT
-
- 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
- The mega method which MUST be implemented by the Transformation Algorithm.
- engineResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- Deprecated. New clients should override
ResourceResolverSpi.engineResolveURI(ResourceResolverContext)
- 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.implementations.PrivateKeyResolver
- Method engineResolveSecretKey
- engineResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.SecretKeyResolver
- Method engineResolveSecretKey
- engineResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.implementations.SingleKeyResolver
- Method engineResolveSecretKey
- engineResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineResolveSecretKey
- engineResolveURI(ResourceResolverContext) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverAnonymous
-
- engineResolveURI(ResourceResolverContext) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverDirectHTTP
- Method resolve
- engineResolveURI(ResourceResolverContext) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverFragment
- Method engineResolve
- engineResolveURI(ResourceResolverContext) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverLocalFilesystem
-
- engineResolveURI(ResourceResolverContext) -
Method in class org.apache.xml.security.utils.resolver.implementations.ResolverXPointer
-
- engineResolveURI(ResourceResolverContext) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- This is the workhorse method used to resolve resources.
- 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.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
-
- engineSetHMACOutputLength(int) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Method engineSetHMACOutputLength
- 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
-
- 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.
- 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.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
-
- engineSign() -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Proxy method for
Signature.sign()
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
-
- 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.
- 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
-
- 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.
- ENVELOPED -
Static variable in interface javax.xml.crypto.dsig.Transform
- The
Enveloped Signature transform algorithm URI.
- 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
-
- evaluate(Node, Node, String, Node) -
Method in class org.apache.xml.security.utils.JDKXPathAPI
- Evaluate an XPath string and return true if the output is to be included or not.
- evaluate(Node, Node, String, Node) -
Method in class org.apache.xml.security.utils.XalanXPathAPI
- Evaluate an XPath string and return true if the output is to be included or not.
- evaluate(Node, Node, String, Node) -
Method in interface org.apache.xml.security.utils.XPathAPI
- Evaluate an XPath string and return true if the output is to be included or not.
- ExcC14NParameterSpec - Class in javax.xml.crypto.dsig.spec
- Parameters for the W3C Recommendation:
Exclusive XML Canonicalization (C14N) algorithm.
- ExcC14NParameterSpec() -
Constructor for class javax.xml.crypto.dsig.spec.ExcC14NParameterSpec
- Creates a
ExcC14NParameterSpec with an empty prefix
list.
- ExcC14NParameterSpec(List) -
Constructor for class javax.xml.crypto.dsig.spec.ExcC14NParameterSpec
- Creates a
ExcC14NParameterSpec with the specified list
of prefixes.
- 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
- EXCL_XML_N14C -
Static variable in class org.apache.xml.security.encryption.XMLCipher
- N14C_XML exclusive
- EXCL_XML_N14C -
Static variable in interface org.apache.xml.security.encryption.XMLCipherParameters
-
- EXCL_XML_N14C_CMMNTS -
Static variable in interface org.apache.xml.security.encryption.XMLCipherParameters
-
- EXCL_XML_N14C_WITH_COMMENTS -
Static variable in class org.apache.xml.security.encryption.XMLCipher
- N14C_XML exclusive with comments
- excludeComments() -
Method in class org.apache.xml.security.signature.reference.ReferenceSubTreeData
-
- excludeNodeFromSet(Node, Set<Node>) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- ExcludeSlash -
Static variable in class org.apache.xml.security.transforms.params.XPathFilterCHGPContainer
- Field ExcludeSlash
- EXCLUSIVE -
Static variable in interface javax.xml.crypto.dsig.CanonicalizationMethod
- The Exclusive
Canonical XML (without comments) canonicalization method algorithm
URI.
- EXCLUSIVE_WITH_COMMENTS -
Static variable in interface javax.xml.crypto.dsig.CanonicalizationMethod
- The
Exclusive Canonical XML with comments canonicalization method
algorithm URI.
- ExclusiveCanonicalizationNamespace -
Static variable in class org.apache.xml.security.transforms.params.InclusiveNamespaces
- Field ExclusiveCanonicalizationNamespace
- 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.
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.
TransformException or
null if the cause is nonexistent or unknown.
XMLSignatureException or
null if the cause is nonexistent or unknown.
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.
CipherReference that contains the
CipherValue or CipherReference with the
encrypted data.
byte array).
byte array.
unmodifiable
list containing the key information.
unmodifiable
list of the content in this X509Data.
unmodifiable
list of one or more XMLStructures that are contained in
this SignatureProperty.
unmodifiable
list of XMLStructures contained in this XMLObject,
which represent elements from any namespace.
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 XMLStructures representing elements from an external
namespace.
KeyInfo, which
may be useful for referencing this KeyInfo from other
XML structures.
Manifest.
Id attribute of this
Reference, which permits this reference to be
referenced from elsewhere.
SignatureProperties.
SignatureProperty.
Id attribute of this
SignedInfo.
XMLObject.
XMLSignature.
Id attribute of this
SignatureValue, which permits this element to be
referenced from elsewhere.
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
Id attribute
Id attribute of this Reference element
Id attribute
id attribute
Id attribute
CanonicalizerSpi class
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").
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").
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 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.
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.
KeyInfoFactory (ex: "DOM")
TransformService.
XMLSignatureFactory (ex: "DOM").
MessageDigestAlgorithm
XMLObject.
OctetStreamData.
String which describes the media type of the data
which has been encrypted.
MimeType attribute
ReferenceOctetStreamData.
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 XMLObjects 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.reference.ReferenceOctetStreamData
- Returns the input stream of this
ReferenceOctetStreamData.
- getOctetStream() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Returns the Octet 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 exception org.apache.xml.security.exceptions.XMLSecurityException
- Method getOriginalException
- getOriginalException() -
Method in exception 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<Node>) -
Static method in class org.apache.xml.security.utils.XMLUtils
- This method returns the first non-null owner document of the Nodes 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.
- getParentNameSpaces(Element, NameSpaceSymbTable) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerBase
- Adds to ns the definitions from the parent elements of el
- getPerManifestResolvers() -
Method in class org.apache.xml.security.signature.Manifest
- Get the Per-Manifest Resolver List
- getPrefix(String) -
Method in class org.apache.xml.security.utils.DOMNamespaceContext
-
- getPrefixes(String) -
Method in class org.apache.xml.security.utils.DOMNamespaceContext
-
- 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 SignaturePropertys that are contained in
this SignatureProperties.
- 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 interface javax.xml.crypto.XMLCryptoContext
- Returns the value of the specified property.
- 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.keyinfo.KeyInfoFactory
- Returns the provider of this
KeyInfoFactory.
- 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.
- 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, 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.content.DEREncodedKeyValue
- Method getPublicKey
- 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() -
Method in class org.apache.xml.security.keys.KeyInfo
- This method returns the public key.
- 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
- Returns information relating to the recipient's shared secret.
- getReference() -
Method in exception 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.
- getReferenceData() -
Method in class org.apache.xml.security.signature.Reference
- Get the ReferenceData that corresponds to the cached representation of the dereferenced
object before transformation.
- 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
- getReferenceList() -
Method in interface org.apache.xml.security.encryption.EncryptedKey
- Returns pointers to data and keys encrypted using this key.
- getReferences() -
Method in interface javax.xml.crypto.dsig.Manifest
- Returns an
unmodifiable
list of one or more References that are contained in this
Manifest.
- getReferences() -
Method in interface javax.xml.crypto.dsig.SignedInfo
- Returns an
unmodifiable list of one or more References.
- getReferences() -
Method in interface org.apache.xml.security.encryption.ReferenceList
- Returns an
Iterator over all the References
contained in this ReferenceList.
- getResolverProperties() -
Method in class org.apache.xml.security.signature.Manifest
- Get the resolver property map
- 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.
- getRoot() -
Method in class org.apache.xml.security.signature.reference.ReferenceSubTreeData
-
- getSecretKey() -
Method in class org.apache.xml.security.keys.KeyInfo
- This method returns a secret (symmetric) key.
- getSerializer() -
Method in class org.apache.xml.security.encryption.XMLCipher
- Get the Serializer algorithm to use
- 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>, 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
- 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.
- 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
- getSourceURI() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Return SourceURI
- getStrFromNode(Node) -
Static method in class org.apache.xml.security.utils.XMLUtils
- 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.
- getSubjectName() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509SubjectName
- Method getSubjectName
- getSubNode() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Gets the node of this XMLSignatureInput
- 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.keyinfo.RetrievalMethod
- Returns an
unmodifiable
list of Transforms of this RetrievalMethod.
- getTransforms() -
Method in interface javax.xml.crypto.dsig.Reference
- Returns an
unmodifiable
list of Transforms that are contained in this
Reference.
- getTransforms() -
Method in interface org.apache.xml.security.encryption.CipherReference
- Returns the
Transforms that specifies how to transform the
URI to yield the appropriate 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
- 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 interface org.apache.xml.security.encryption.Reference
- Returns the
Element tag name for this Reference.
- 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
- getUnrenderedNodes(Collection<Attr>) -
Method in class org.apache.xml.security.c14n.implementations.NameSpaceSymbTable
- Get all the unrendered nodes in the name space.
- getURI() -
Method in interface javax.xml.crypto.dsig.keyinfo.RetrievalMethod
- Returns the URI of the referenced
KeyInfo information.
- 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 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.KeyInfoReference
- Method getURI
- 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.signature.reference.ReferenceOctetStreamData
- Returns the URI String identifying the data object represented by this
ReferenceOctetStreamData.
- getURI() -
Method in class org.apache.xml.security.transforms.Transform
- Returns the URI representation of Transformation algorithm
- getURI() -
Method in exception 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.KeyInfoReference
- Method getURIAttr
- getURIAttr() -
Method in class org.apache.xml.security.keys.content.RetrievalMethod
- Method getURIAttr
- getURIDereferencer() -
Method in class javax.xml.crypto.dom.DOMCryptoContext
-
- 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.
- 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 interface javax.xml.crypto.XMLCryptoContext
- Returns a
URIDereferencer that is used to dereference
URIReferences.
- getURIReference() -
Method in exception javax.xml.crypto.URIReferenceException
- Returns the
URIReference that was being dereferenced
when the exception was thrown.
- 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
- Returns the Base 64 encoded, encrypted octets that is the
CipherValue.
- 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.content.x509.XMLX509Certificate
- Method getX509Certificate
- getX509Certificate() -
Method in class org.apache.xml.security.keys.KeyInfo
- 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 element 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.
ErrorHandler does absolutely nothing but log
the events.TransformService with the specified
parameters.
TransformService with the specified
parameters and document context.
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.
DOMCryptoContext.
NodeSetData in
document order.
NodeSetData in
document order.
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.dsig11:KeyInfoReference element.dsig11:KeyInfoReference element.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).
EncryptedData
EncryptedData
EncryptedKey
EncryptedKey
ReferenceList
ReferenceList
SignedInfo.verify() when
testing the signature fails because of uninitialized
References.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 References.
Manifest containing the specified
list of References 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 SignaturePropertys and optional id.
SignatureProperty containing the specified
list of XMLStructures, 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.
Data type containing a
node-set.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).
<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 in javax.xml.crypto
- 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.signature.reference - package org.apache.xml.security.signature.reference
-
- 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.
- outputAttrToWriter(String, String, OutputStream, Map<String, byte[]>) -
Static method in class org.apache.xml.security.c14n.implementations.CanonicalizerBase
- Outputs an Attribute to the internal Writer.
- outputCommentToWriter(Comment, OutputStream, int) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerBase
- Method outputCommentToWriter
- outputCommentToWriter(Comment, OutputStream, int) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerPhysical
-
- 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
suppresses 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.
- outputPItoWriter(ProcessingInstruction, OutputStream, int) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerBase
- Outputs a PI to the internal Writer.
- outputPItoWriter(ProcessingInstruction, OutputStream, int) -
Method in class org.apache.xml.security.c14n.implementations.CanonicalizerPhysical
-
- outputTextToWriter(String, OutputStream) -
Static method in class org.apache.xml.security.c14n.implementations.CanonicalizerBase
- Outputs a Text of CDATA section to the internal Writer.
XMLSignatureInput as output.
XMLSignatureInput as output.
Transforms to xmlSignatureInput and
returns the result of these transformations.
Transforms to xmlSignatureInput and
returns the result of these transformations.
PGPData element as defined in
the
W3C Recommendation for XML-Signature Syntax and Processing.inclusiveNamespaces String and returns all
selected namespace prefixes as a Set.
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.
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.
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
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).ReferenceData type containing a node-set.Reference fails
because of an uninitialized XMLSignatureInputReferenceData type containing an OctetStream.ReferenceOctetStreamData.
ReferenceOctetStreamData.
ReferenceNodeSetData type containing a node-set.KeyResolverSpis which are
available to all KeyInfo objects.
KeyResolverSpis which are
available to all KeyInfo objects.
KeyResolverSpis which are
available to all KeyInfo objects.
KeyResolverSpis which are
available to all KeyInfo objects.
KeyResolverSpi to an XMLCipher.
KeyResolverSpi to a KeyInfo
object.
KeyResolverSpi to help
resolve the KEK.
ReferenceList.
EncryptionProperty.
MessageDigest.reset()
which is executed on the internal MessageDigest object.
ResourceResolver.resolve(Attr, String, boolean)
ResourceResolver goes wrong.RetrievalMethod element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.AgreementMethod information.
Strings into Nodes and visa versa.byte[] representation of the specified
Element.
byte[] representation of the specified
NodeList.
byte[] representation of the specified
Element.
byte[] representation of the specified
NodeList.
CipherData's reference.
CipherData's value.
URI representing the encoding of the
EncryptedType.
Encoding attribute
EncryptionMethod used to encrypt the cipher data.
EncryptionProperties that supplies additional
information about the generation of the EncryptedType.
Id attribute
Id attribute
Id attribute
Id attribute
Id attribute
Id attribute of this Reference element
Id attribute
id attribute
Id attribute
MimeType attribute
Signature.setParameter(
java.security.spec.AlgorithmParameterSpec)
which is executed on the internal Signature object.
HashMap to map the name
to the specified object.
EncryptedKey.
Reference
ReferenceList to the EncryptedKey.
target attribute
Transforms that specifies how to transform the
URI to yield the appropriate cipher value.
type atttibute of the Reference indicate whether an
ds:Object, ds:SignatureProperty, or ds:Manifest
element.
URI that points to an Element that
were encrypted using the key defined in the enclosing
EncryptedKey element.
URI of this Reference element
URIDereferencer that is used to dereference
URIReferences.
CipherValue.
ds:XPath Element.
XMLSignature.
Signature.sign()
which is executed on the internal Signature object.
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
- SignedInfo(Element, String, boolean) -
Constructor for class org.apache.xml.security.signature.SignedInfo
- Build a
SignedInfo from an Element
- SignerOutputStream - Class in org.apache.xml.security.utils
-
- SignerOutputStream(SignatureAlgorithm) -
Constructor for class org.apache.xml.security.utils.SignerOutputStream
-
- signInOctetStream(OutputStream) -
Method in class org.apache.xml.security.signature.SignedInfo
- Output the C14n stream to the given OutputStream.
- SingleCertificateResolver - Class in org.apache.xml.security.keys.storage.implementations
- This
StorageResolverSpi makes a single X509Certificate
available to the StorageResolver. - SingleCertificateResolver(X509Certificate) -
Constructor for class org.apache.xml.security.keys.storage.implementations.SingleCertificateResolver
-
- SingleKeyResolver - Class in org.apache.xml.security.keys.keyresolver.implementations
- Resolves a single Key based on the KeyName.
- SingleKeyResolver(String, PublicKey) -
Constructor for class org.apache.xml.security.keys.keyresolver.implementations.SingleKeyResolver
- Constructor.
- SingleKeyResolver(String, PrivateKey) -
Constructor for class org.apache.xml.security.keys.keyresolver.implementations.SingleKeyResolver
- Constructor.
- SingleKeyResolver(String, SecretKey) -
Constructor for class org.apache.xml.security.keys.keyresolver.implementations.SingleKeyResolver
- Constructor.
- 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.
- SKI_OID -
Static variable in class org.apache.xml.security.keys.content.x509.XMLX509SKI
SubjectKeyIdentifier (id-ce-subjectKeyIdentifier) (2.5.29.14):
This extension identifies the public key being certified.
- SPKIData - Class in org.apache.xml.security.keys.content
-
- SPKIData(Element, String) -
Constructor for class org.apache.xml.security.keys.content.SPKIData
- Constructor SPKIData
- StorageResolver - Class in org.apache.xml.security.keys.storage
- 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 in org.apache.xml.security.keys.storage
-
- StorageResolverException() -
Constructor for exception org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String) -
Constructor for exception org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String, Object[]) -
Constructor for exception org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String, Exception) -
Constructor for exception org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String, Object[], Exception) -
Constructor for exception org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverSpi - Class in org.apache.xml.security.keys.storage
-
- StorageResolverSpi() -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverSpi
-
- SUBTRACT -
Static variable in class javax.xml.crypto.dsig.spec.XPathType.Filter
- The subtract filter operation.
- SUBTRACT -
Static variable in class org.apache.xml.security.transforms.params.XPath2FilterContainer
- Field SUBTRACT
- supportedKeyTypes -
Static variable in class org.apache.xml.security.keys.content.DEREncodedKeyValue
- JCA algorithm key types supported by this implementation.
Transform element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.ds:Transform element.Transform algorithm URI.
Transform algorithm URI.
Transform
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.ds:Transforms.Transform steps to
be performed on the data.Transforms.
Transforms from Element which is
Transforms Element
Strings into Nodes and visa versa.http://www.w3.org/TR/1999/REC-xpath-19991116
transform.http://www.w3.org/TR/1999/REC-xslt-19991116
transform.XMLSecurityException.getExceptionMEssage().
XMLSecurityException.getExceptionMessage()
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).
Type attribute of the
Reference element points to a #Manifest element
Type attribute of the
Reference element points to a #Object element
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.
URIReferences.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).
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.dsig11:X509Digest element.X509IssuerSerial element as
defined in the
W3C Recommendation for XML-Signature Syntax and Processing.XMLCipher encrypts and decrypts the contents of
Documents, Elements 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.
dsig11:X509Digest element.ds:XPath Element.XPathFilter2ParameterSpec.
XPathFilterParameterSpec with the specified
XPath expression.
XPathFilterParameterSpec with the specified
XPath expression and namespace map.
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 | ||||||||