|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
AgreementMethod
information.
addDocument
method is used to add a new resource to the
signed info.
Manifest.addDocument(java.lang.String, java.lang.String, org.apache.xml.security.transforms.Transforms, java.lang.String, java.lang.String, java.lang.String)
method.
EncryptionProperty
.
URI
attribute in reference
element
URI
attribute in reference
element
ResourceResolver
to enable the retrieval of resources.
ResourceResolverSpi
to enable the retrieval of resources.
Transform
with the specified Transform algorithm URI
Transform
with the specified Transform algorithm URI
Transform
with the specified Transform algorithm URI
java.lang.Object
but an Object
element) to the Signature.
CipherData
provides encrypted data.CipherReference
identifies a source which, when processed,
yields the encrypted octet sequence.CipherValue
is the wrapper for cipher text.node
.
node
.
EncryptedData
Element
.
EncryptedKey
Element
.
SignedInfo.createSecretKey(byte[])
.
Text
children of the Element and interprets
them as input for the Base64.decode()
function.
XMLSignatureInput
which is referenced by the
URI
Attribute.
MessageDigest.digest()
which is executed on the internal MessageDigest
object.
MessageDigest.digest(byte[])
which is executed on the internal MessageDigest
object.
MessageDigest.digest(byte[], int, int)
which is executed on the internal MessageDigest
object.
Document
node.
Element
node.
Element
node.
EncryptedData
element is the core element in the syntax.EncryptedKey
element is used to transport encryption keys
from the originator to a known recipient(s).EncryptedData
and
EncryptedKey
are derived.EncryptionMethod
describes the encryption algorithm applied to
the cipher data.EncryptionProperties
can hold additional information concerning
the generation of the EncryptedData
or
EncryptedKey
.EncryptedData
or EncryptedKey
can be placed in an
EncryptionProperty
element (e.g., date/time stamp or the serial
number of cryptographic hardware used during encryption).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.
- encode(byte[], int) -
Static method in class org.apache.xml.security.utils.Base64
- Encode a byte array in Base64 format and return an optionally
wrapped line.
- encodeToElement(Document, String, byte[]) -
Static method in class org.apache.xml.security.utils.Base64
- Method encodeToElement
- encryptData(Document, Element) -
Method in class org.apache.xml.security.encryption.XMLCipher
- Returns an
EncryptedData
interface.
- encryptData(Document, Element, boolean) -
Method in class org.apache.xml.security.encryption.XMLCipher
- Returns an
EncryptedData
interface.
- encryptKey(Document, Key) -
Method in class org.apache.xml.security.encryption.XMLCipher
- Encrypts a key to an EncryptedKey structure
- engineAddProperies(Map) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
-
- engineCanResolve(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- This method helps the
ResourceResolver
to decide whether a
ResourceResolverSpi
is able to perform the requested action.
- engineCanResolve(Attr, String) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- This method helps the
ResourceResolver
to decide whether a
ResourceResolverSpi
is able to perform the requested action.
- engineCanonicalize(byte[]) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Method canonicalize
- 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.
- engineCanonicalizeXPathNodeSet(NodeList) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Method engineCanonicalizeXPathNodeSet
- engineCanonicalizeXPathNodeSet(NodeList, String) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Method engineCanonicalizeXPathNodeSet
- engineCanonicalizeXPathNodeSet(Set) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- C14n a nodeset
- engineCanonicalizeXPathNodeSet(Set, String) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- C14n a nodeset
- engineGetContextFromElement(Element) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Method engineGetContextFromElement
- engineGetIncludeComments() -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Returns the URI if include comments
- 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.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.keys.keyresolver.KeyResolverSpi
- Method engineGetPropertyKeys
- engineGetPropertyKeys() -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverSpi
- Method engineGetPropertyKeys
- 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.transforms.TransformSpi
- Returns the URI representation of
Transformation algorithm
- 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.SignatureAlgorithmSpi
- Method engineInitVerify
- enginePerformTransform(XMLSignatureInput, OutputStream) -
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
- This is the workhorse method used to resolve resources.
- engineResolvePublicKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineResolvePublicKey
- engineResolveSecretKey(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineResolveSecretKey
- engineResolveX509Certificate(Element, String, StorageResolver) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolverSpi
- Method engineResolveCertificate
- engineSetDocument(Document) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Method engineSetDocument
- engineSetHMACOutputLength(int) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithmSpi
- Method engineSetHMACOutputLength
- 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.SignatureAlgorithmSpi
- Proxy method for
Signature.sign()
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) -
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.SignatureAlgorithmSpi
- Proxy method for
Signature.verify(byte[])
which is executed on the internal Signature
object.
- equals(Object) -
Method in class org.apache.xml.security.keys.content.x509.XMLX509Certificate
-
- equals(Object) -
Method in class org.apache.xml.security.keys.content.x509.XMLX509IssuerSerial
-
- equals(Object) -
Method in class org.apache.xml.security.keys.content.x509.XMLX509SKI
-
- equals(Object) -
Method in class org.apache.xml.security.keys.content.x509.XMLX509SubjectName
-
- error(SAXParseException) -
Method in class org.apache.xml.security.utils.IgnoreAllErrorHandler
-
- eval(Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Deprecated.
- eval(Node, Node, String, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Evaluate XPath string to an XObject.
- eval(Node, Node, String, PrefixResolver) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Evaluate XPath string to an XObject.
- eval(Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Evaluate XPath string to an XObject.
- eval(Node, Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Evaluate XPath string to an XObject.
- eval(Node, Node, PrefixResolver) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Evaluate XPath string to an XObject.
- exceptionMessagesResourceBundleBase -
Static variable in class org.apache.xml.security.utils.Constants
- Field exceptionMessagesResourceBundleBase is the location of the
ResourceBundle
- exceptionMessagesResourceBundleDir -
Static variable in class org.apache.xml.security.utils.Constants
- Field exceptionMessagesResourceBundleDir
- excludeNodeFromSet(Node, Set) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
AgreementMethod
.
MessageDigest
algorithm object
CryptographicMethod
.
xml
namespace.
XMLSignatureInput
constructor
CipherReference
that contains the
CipherValue
or CipherReference
with the
encrypted data.
byte
array).
byte
array.
CipherData
.
MessageDigest.getDigestLength()
which is executed on the internal MessageDigest
object.
Iterator
over all the child elements contained in
this Reference
that will aid the recipient in retrieving the
EncryptedKey
and/or EncryptedData
elements.
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
.
String
providing for the standard method of
assigning an id to the element within the document context.
EncryptionProperties
' id.
EncryptionProperty
.
Id
attribute
Id
attribute
Id
attribute
Id
attribute of this Reference
element
Id
attribute
Id
attribute
Id
attribute
CanonicalizerSpi
class
XMLCipher
that implements the specified
transformation and operates on the specified context document.
XMLCipher
that implements the specified
transformation, operates on the specified context document and serializes
the document with the specified canonicalization algorithm before it
encrypts the document.
XMLCipher
that implements no specific
transformation, and can therefore only be used for decrypt or
unwrap operations where the encryption method is defined in the
EncryptionMethod
element.
Transform algorithm
URI.
Transform algorithm
URI.
Transform algorithm
URI.
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.
ds:KeyInfo
, that carries information about the
key used to encrypt the data.
MessageDigestAlgorithm
String
which describes the media type of the data
which has been encrypted.
MimeType
attribute
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.
- getOctetStream() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Returns the Octect stream(byte Stream) from input which was specified as the parameter of
XMLSignatureInput
constructor
- getOctetStreamReal() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
-
- getOriginalException() -
Method in class org.apache.xml.security.exceptions.XMLSecurityException
- Method getOriginalException
- getOriginalException() -
Method in class org.apache.xml.security.exceptions.XMLSecurityRuntimeException
- Method getOriginalException
- getOriginatorKeyInfo() -
Method in interface org.apache.xml.security.encryption.AgreementMethod
- Returns information relating to the originator's shared secret.
- getOwnerDocument() -
Method in class org.apache.xml.security.utils.HelperNodeList
-
- getOwnerDocument(Node) -
Static method in class org.apache.xml.security.utils.XMLUtils
- This method returns the owner document of a particular node.
- getOwnerDocument(Set) -
Static method in class org.apache.xml.security.utils.XMLUtils
- This method returns the first non-null owner document of the Node's in this Set.
- 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.keys.keyresolver.KeyResolver
- Method getPropertyKeys
- getPropertyKeys() -
Method in class org.apache.xml.security.utils.resolver.ResourceResolver
- Method getPropertyKeys
- getProviderId() -
Static method in class org.apache.xml.security.algorithms.JCEMapper
- Gets the default Provider for obtaining the security algorithms
- getProviderInstance(String, String) -
Static method in class org.apache.xml.security.encryption.XMLCipher
- Returns an
XMLCipher
that implements the specified
transformation and operates on the specified context document.
- getProviderInstance(String, String, String) -
Static method in class org.apache.xml.security.encryption.XMLCipher
- Returns an
XMLCipher
that implements the specified
transformation, operates on the specified context document and serializes
the document with the specified canonicalization algorithm before it
encrypts the document.
- getProviderInstance(String) -
Static method in class org.apache.xml.security.encryption.XMLCipher
- Returns an
XMLCipher
that implements no specific
transformation, and can therefore only be used for decrypt or
unwrap operations where the encryption method is defined in the
EncryptionMethod
element.
- getPublicKey() -
Method in class org.apache.xml.security.keys.KeyInfo
- This method returns the public key.
- getPublicKey() -
Method in class org.apache.xml.security.keys.content.KeyValue
- Method getPublicKey
- getPublicKey() -
Method in class org.apache.xml.security.keys.content.keyvalues.DSAKeyValue
-
- getPublicKey() -
Method in interface org.apache.xml.security.keys.content.keyvalues.KeyValueContent
- Method getPublicKey
- getPublicKey() -
Method in class org.apache.xml.security.keys.content.keyvalues.RSAKeyValue
-
- getPublicKey() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509Certificate
- Method getPublicKey
- getRecipient() -
Method in interface org.apache.xml.security.encryption.EncryptedKey
- Returns a hint as to which recipient this encrypted key value is intended
for.
- getRecipientKeyInfo() -
Method in interface org.apache.xml.security.encryption.AgreementMethod
- Retruns information relating to the recipient's shared secret.
- getReference() -
Method in class org.apache.xml.security.signature.MissingResourceFailureException
- used to get the uninitialized
Reference
This allows to supply the correct XMLSignatureInput
to the Reference
to try again verification.
- getReferenceList() -
Method in interface org.apache.xml.security.encryption.EncryptedKey
- Returns pointers to data and keys encrypted using this key.
- getReferencedBytes() -
Method in class org.apache.xml.security.signature.Reference
- Method getReferencedBytes
- getReferencedContentAfterTransformsItem(int) -
Method in class org.apache.xml.security.signature.Manifest
- Method getReferencedContentAfterTransformsItem
- getReferencedContentBeforeTransformsItem(int) -
Method in class org.apache.xml.security.signature.Manifest
- Method getReferencedContentPriorTransformsItem
- getReferences() -
Method in interface org.apache.xml.security.encryption.ReferenceList
- Returns an
Iterator
over all the Reference
s
contatined in this ReferenceList
.
- getResetableInputStream() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
-
- getResolverProperty(String) -
Method in class org.apache.xml.security.signature.Manifest
- Returns the value at specified key
- getSKIBytes() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509SKI
- Method getSKIBytes
- getSKIBytesFromCert(X509Certificate) -
Static method in class org.apache.xml.security.keys.content.x509.XMLX509SKI
- Method getSKIBytesFromCert
- getSecretKey() -
Method in class org.apache.xml.security.keys.KeyInfo
- This method returns a secret (symmetric) key.
- getSerialNumber() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509IssuerSerial
- Method getSerialNumber
- getSerialNumberInteger() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509IssuerSerial
- Method getSerialNumberInteger
- getSet(Node, Set, Node, boolean) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- getSignatureMethodElement() -
Method in class org.apache.xml.security.signature.SignedInfo
- Method getSignatureMethodElement
- getSignatureMethodURI() -
Method in class org.apache.xml.security.signature.SignedInfo
- Returns the Signature method URI
- getSignatureSpecNSprefix() -
Static method in class org.apache.xml.security.utils.Constants
- Returns the XML namespace prefix which is used for elements in the XML
Signature namespace.
- getSignatureValue() -
Method in 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 class org.apache.xml.security.signature.XMLSignature
- Returns the completely parsed
SignedInfo
object.
- getSourceURI() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Return SourceURI
- getStrFromNode(Node) -
Static method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Method getStrFromNode
- getSubNode() -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Gets the node of this XMLSignatureInput
- getSubjectName() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509SubjectName
- Method getSubjectName
- getTarget() -
Method in interface 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 org.apache.xml.security.encryption.CipherReference
- Returns the
Transforms
that specifies how to transform the
URI
to yield the appropiate cipher value.
- getTransforms() -
Method in class org.apache.xml.security.keys.content.RetrievalMethod
- Method getTransforms
- getTransforms() -
Method in class org.apache.xml.security.signature.Reference
- Method getTransforms
- getTransformsInput() -
Method in class org.apache.xml.security.signature.Reference
- Deprecated. use getContentsBeforeTransformation
- getTransformsOutput() -
Method in class org.apache.xml.security.signature.Reference
- This method only works works after a call to verify.
- getType() -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Returns an
URI
identifying type information about the
plaintext form of the encrypted content.
- getType() -
Method in class org.apache.xml.security.keys.content.RetrievalMethod
-
- getType() -
Method in class org.apache.xml.security.signature.Reference
- Return the
type
atttibute of the Reference indicate whether an ds:Object
, ds:SignatureProperty
, or ds:Manifest
element
- getURI() -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithm
- Returns the URI representation of Transformation algorithm
- getURI() -
Method in class org.apache.xml.security.c14n.Canonicalizer
- Method getURI
- getURI() -
Method in interface org.apache.xml.security.encryption.CipherReference
- Returns an
URI
that contains an identifier that should be
dereferenced.
- getURI() -
Method in interface org.apache.xml.security.encryption.Reference
- Returns a
URI
that points to an Element
that
were encrypted using the key defined in the enclosing
EncryptedKey
element.
- getURI() -
Method in class org.apache.xml.security.keys.content.RetrievalMethod
- Method getURI
- getURI() -
Method in class org.apache.xml.security.signature.Reference
- Returns the
URI
of this Reference
element
- getURI() -
Method in class org.apache.xml.security.transforms.Transform
- Returns the URI representation of Transformation algorithm
- getURI() -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverException
-
- getURIAsAttr() -
Method in interface org.apache.xml.security.encryption.CipherReference
- Gets the URI as an Attribute node.
- getURIAttr() -
Method in class org.apache.xml.security.keys.content.RetrievalMethod
- Method getURIAttr
- getValue() -
Method in interface org.apache.xml.security.encryption.CipherValue
- Resturns the Base 64 encoded, encrypted octets that is the
CihperValue
.
- getVerificationResult(int) -
Method in class org.apache.xml.security.signature.Manifest
- After verifying a
Manifest
or a SignedInfo
using the
Manifest.verifyReferences()
or SignedInfo.verify()
methods,
the individual results can be retrieved with this method.
- getX509Certificate() -
Method in class org.apache.xml.security.keys.KeyInfo
- Method getX509Certificate
- getX509Certificate() -
Method in class org.apache.xml.security.keys.content.x509.XMLX509Certificate
- Method getX509Certificate
- 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.
- guaranteeThatElementInCorrectSpace() -
Method in class org.apache.xml.security.utils.ElementProxy
- Method guaranteeThatElementInCorrectSpace
ErrorHandler
does absulutely nothing but logging
the events.Transform
Signature.initSign(java.security.PrivateKey)
which is executed on the internal Signature
object.
Signature.initSign(java.security.PrivateKey, java.security.SecureRandom)
which is executed on the internal Signature
object.
Signature.initSign(java.security.PrivateKey)
which is executed on the internal Signature
object.
Signature.initVerify(java.security.PublicKey)
which is executed on the internal Signature
object.
ReferenceList
is empty.
MessageDigest.isEqual(byte[], byte[])
which is executed on the internal MessageDigest
object.
true
if the Filter
attribute has value "intersect".
true
if the Filter
attribute has value "intersect".
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
.
org.apache.xml.security.keys
package.EncryptedData
interface.
EncryptedKey
interface.
EncryptedKey
interface.
<ds:Manifest>
elements.Manifest
SignedInfo.verify()
when
testing the signature fails because of uninitialized
Reference
s.EncryptedData
EncryptedKey
EncryptedData
EncryptedKey
DataReference
factory method.
KeyReference
factory method.
<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
- org.apache.xml.security.algorithms - package org.apache.xml.security.algorithms
-
algorithm factories.
- org.apache.xml.security.c14n - package org.apache.xml.security.c14n
-
Canonicalization related material and algorithms.
- 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.storage - package org.apache.xml.security.keys.storage
-
a resolver framework for certificates and public keys from user-specified locations.
- org.apache.xml.security.signature - package org.apache.xml.security.signature
-
XML Signature specific classes.
- org.apache.xml.security.transforms - package org.apache.xml.security.transforms
-
the framework for XML Signature transforms.
- org.apache.xml.security.transforms.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.
- originalException -
Variable in class org.apache.xml.security.exceptions.XMLSecurityException
- Field originalException
- originalException -
Variable in class org.apache.xml.security.exceptions.XMLSecurityRuntimeException
- Field originalException
- outputDOM(Node, OutputStream) -
Static method in class org.apache.xml.security.utils.XMLUtils
- Outputs a DOM tree to an
OutputStream
.
- outputDOM(Node, OutputStream, boolean) -
Static method in class org.apache.xml.security.utils.XMLUtils
- Outputs a DOM tree to an
OutputStream
.
- outputDOMc14nWithComments(Node, OutputStream) -
Static method in class org.apache.xml.security.utils.XMLUtils
- Serializes the
contextNode
into the OutputStream, but
supresses all Exceptions.
XMLSignatureInput
as output.
XMLSignatureInput
as output.
Transform
s to xmlSignatureInput and returns the result of these transformations.
Transform
s to xmlSignatureInput and returns the result of these transformations.
inclusiveNamespaces
String and returns all
selected namespace prefixes as a Set.
Transform
EncryptedKey
to
items encrypted by that key value (EncryptedData
or
EncryptedKey
elements).<ds:Reference>
elements.Reference
from an Element
ReferenceList
is an element that contains pointers from a key
value of an EncryptedKey
to items encrypted by that key value
(EncryptedData
or EncryptedKey
elements).Reference
fails
because of an uninitialized XMLSignatureInput
ResourceResolver
goes wrong.KeyResolverSpi
s which are
available to all KeyInfo
objects.
KeyResolverSpi
s which are
available to all KeyInfo
objects.
KeyResolverSpi
to a KeyInfo
object.
ReferenceList
.
EncryptionProperty
.
MessageDigest.reset()
which is executed on the internal MessageDigest
object.
AgreementMethod
information.
SubjectKeyIdentifier (id-ce-subjectKeyIdentifier) (2.5.29.14)
:
This extension identifies the public key being certified.
<ds:SignatureProperties>
elements
This Element holds SignatureProperty
that contian additional information items
concerning the generation of the signature.SignatureProperties
from Element
<ds:SignatureProperty>
elements
Addittional 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
<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 Canoicaliztion algorithm and Signature algorithm
- SignedInfo(Document, String, int, String) -
Constructor for class org.apache.xml.security.signature.SignedInfo
- Constructor SignedInfo
- SignedInfo(Document, Element, Element) -
Constructor for class org.apache.xml.security.signature.SignedInfo
-
- SignedInfo(Element, String) -
Constructor for class org.apache.xml.security.signature.SignedInfo
- Build a
SignedInfo
from an Element
- SignerOutputStream - class org.apache.xml.security.utils.SignerOutputStream.
-
- SignerOutputStream(SignatureAlgorithm) -
Constructor for class org.apache.xml.security.utils.SignerOutputStream
-
- StorageResolver - class org.apache.xml.security.keys.storage.StorageResolver.
- This class collects customized resolvers for Certificates.
- StorageResolver() -
Constructor for class org.apache.xml.security.keys.storage.StorageResolver
- Constructor StorageResolver
- StorageResolver(StorageResolverSpi) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolver
- Constructor StorageResolver
- StorageResolver(KeyStore) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolver
- Constructor StorageResolver
- StorageResolver(X509Certificate) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolver
- Constructor StorageResolver
- StorageResolverException - exception org.apache.xml.security.keys.storage.StorageResolverException.
-
- StorageResolverException() -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String, Object[]) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String, Exception) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverException(String, Object[], Exception) -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverException
- Constructor StorageResolverException
- StorageResolverSpi - class org.apache.xml.security.keys.storage.StorageResolverSpi.
-
- StorageResolverSpi() -
Constructor for class org.apache.xml.security.keys.storage.StorageResolverSpi
-
- selectDsNode(Node, String, int) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectDsNodeText(Node, String, int) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectDsNodes(Node, String) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectNode(Node, String, String, int) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectNodeIterator(Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeIterator(Node, Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Deprecated.
- selectNodeIterator(Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeIterator(Node, Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeList(Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Deprecated.
- selectNodeList(Node, Node, String, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeList(Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeList(Node, Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a nodelist.
- selectNodeText(Node, String, String, int) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectNodes(Node, String, String) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- selectSingleNode(Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Use an XPath string to select a single node.
- selectSingleNode(Node, Node, Node) -
Method in class org.apache.xml.security.utils.CachedXPathFuncHereAPI
- Use an XPath string to select a single node.
- selectSingleNode(Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a single node.
- selectSingleNode(Node, Node, Node) -
Static method in class org.apache.xml.security.utils.XPathFuncHereAPI
- Use an XPath string to select a single node.
- selectXencNode(Node, String, int) -
Static method in class org.apache.xml.security.utils.XMLUtils
-
- setAlgorithmURI(String) -
Method in class org.apache.xml.security.algorithms.Algorithm
- Sets the algorithm's URI as used in the signature.
- setAttribute(String, String) -
Method in interface org.apache.xml.security.encryption.EncryptionProperty
- Set the attribute value.
- setBaseURI(String) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverException
-
- setCarriedName(String) -
Method in interface org.apache.xml.security.encryption.EncryptedKey
- Sets the carried name.
- setCipherReference(CipherReference) -
Method in interface org.apache.xml.security.encryption.CipherData
- Sets the
CipherData
's reference.
- setCipherValue(CipherValue) -
Method in interface org.apache.xml.security.encryption.CipherData
- Sets the
CipherData
's value.
- setDefaultPrefix(String, String) -
Static method in class org.apache.xml.security.utils.ElementProxy
- Method setDefaultPrefix
- setDoc(Document) -
Static method in class org.apache.xml.security.utils.CachedXPathAPIHolder
- Sets the doc for the xpath transformation.
- setElement(Element, String) -
Method in class org.apache.xml.security.utils.ElementProxy
- Method setElement
- setEncoding(String) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the
URI
representing the encoding of the
EncryptedType
.
- setEncoding(String) -
Method in class org.apache.xml.security.signature.ObjectContainer
- Sets the
Encoding
attribute
- setEncryptionMethod(EncryptionMethod) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the
EncryptionMethod
used to encrypt the cipher data.
- setEncryptionProperties(EncryptionProperties) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the
EncryptionProperties
that supplies additional
information about the generation of the EncryptedType
.
- setEncryptionSpecNSprefix(String) -
Static method in class org.apache.xml.security.utils.EncryptionConstants
- Method setEncryptionSpecNSprefix
- setExcludeComments(boolean) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
-
- setExcludeNode(Node) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Sets the exclude node of this XMLSignatureInput
- setFollowNestedManifests(boolean) -
Method in class org.apache.xml.security.signature.XMLSignature
- Signal wether Manifest should be automatically validated.
- setId(String) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the id.
- setId(String) -
Method in interface org.apache.xml.security.encryption.EncryptionProperties
- Sets the id.
- setId(String) -
Method in interface org.apache.xml.security.encryption.EncryptionProperty
- Sets the id.
- setId(String) -
Method in class org.apache.xml.security.keys.KeyInfo
- Sets the
Id
attribute
- setId(String) -
Method in class org.apache.xml.security.signature.Manifest
- Sets the
Id
attribute
- setId(String) -
Method in class org.apache.xml.security.signature.ObjectContainer
- Sets the
Id
attribute
- setId(String) -
Method in class org.apache.xml.security.signature.Reference
- Sets the
Id
attribute of this Reference
element
- setId(String) -
Method in class org.apache.xml.security.signature.SignatureProperties
- Sets the
Id
attribute
- setId(String) -
Method in class org.apache.xml.security.signature.SignatureProperty
- Sets the
Id
attribute
- setId(String) -
Method in class org.apache.xml.security.signature.XMLSignature
- Sets the
Id
attribute
- setKANonce(byte[]) -
Method in interface org.apache.xml.security.encryption.AgreementMethod
- Sets the KANonce.jj
- setKEK(Key) -
Method in class org.apache.xml.security.encryption.XMLCipher
- Set a Key Encryption Key.
- setKeyInfo(KeyInfo) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the encryption key information.
- setKeySize(int) -
Method in interface org.apache.xml.security.encryption.EncryptionMethod
- Sets the size of the key of the algorithm applied to the cipher data.
- setMIMEType(String) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Sets MIMEType
- setMimeType(String) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the mime type.
- setMimeType(String) -
Method in class org.apache.xml.security.signature.ObjectContainer
- Sets the
MimeType
attribute
- setNeedsToBeExpanded(boolean) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Set if the structured is needed to be circumbented.
- setNodeSet(boolean) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
-
- setOAEPparams(byte[]) -
Method in interface org.apache.xml.security.encryption.EncryptionMethod
- Sets the OAEP parameters.
- setOriginatorKeyInfo(KeyInfo) -
Method in interface org.apache.xml.security.encryption.AgreementMethod
- Sets the information relating to the originator's shared secret.
- setOutputStream(OutputStream) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
-
- setParameter(AlgorithmParameterSpec) -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithm
- Proxy method for
Signature.setParameter(java.security.spec.AlgorithmParameterSpec)
which is executed on the internal Signature
object.
- setProperty(String, String) -
Method in class org.apache.xml.security.keys.keyresolver.KeyResolver
- Method setProperty
- setProperty(String, String) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolver
- Method setProperty
- setProviderId(String) -
Static method in class org.apache.xml.security.algorithms.JCEMapper
- Sets the default Provider for obtaining the security algorithms
- setRecipient(String) -
Method in interface org.apache.xml.security.encryption.EncryptedKey
- Sets the recipient for this
EncryptedKey
.
- setRecipientKeyInfo(KeyInfo) -
Method in interface org.apache.xml.security.encryption.AgreementMethod
- Sets the information relating to the recipient's shared secret.
- setReference(Reference) -
Method in class org.apache.xml.security.signature.MissingResourceFailureException
- used to set the uninitialized
Reference
- setReferenceList(ReferenceList) -
Method in interface org.apache.xml.security.encryption.EncryptedKey
- Sets the
ReferenceList
to the EncryptedKey
.
- setResolverProperty(String, String) -
Method in class org.apache.xml.security.signature.Manifest
- Used to pass parameters like proxy servers etc to the ResourceResolver
implementation.
- setSignatureSpecNSprefix(String) -
Static method in class org.apache.xml.security.utils.Constants
- Sets the namespace prefix which will be used to identify elements in the
XML Signature Namespace.
- setSourceURI(String) -
Method in class org.apache.xml.security.signature.XMLSignatureInput
- Sets SourceURI
- setTarget(String) -
Method in interface org.apache.xml.security.encryption.EncryptionProperty
- Sets the target.
- setTarget(String) -
Method in class org.apache.xml.security.signature.SignatureProperty
- Sets the
Target
attribute
- setTransform(Transform) -
Method in class org.apache.xml.security.transforms.TransformSpi
-
- setTransforms(Transforms) -
Method in interface org.apache.xml.security.encryption.CipherReference
- Sets the
Transforms
that specifies how to transform the
URI
to yield the appropiate cipher value.
- setType(String) -
Method in interface org.apache.xml.security.encryption.EncryptedType
- Sets the type.
- setType(String) -
Method in class org.apache.xml.security.signature.Reference
- Sets the
type
atttibute of the Reference indicate whether an ds:Object
, ds:SignatureProperty
, or ds:Manifest
element
- setURI(String) -
Method in interface org.apache.xml.security.encryption.Reference
- Sets a
URI
that points to an Element
that
were encrypted using the key defined in the enclosing
EncryptedKey
element.
- setURI(String) -
Method in class org.apache.xml.security.signature.Reference
- Sets the
URI
of this Reference
element
- setURI(Attr) -
Method in class org.apache.xml.security.utils.resolver.ResourceResolverException
-
- setValue(String) -
Method in interface org.apache.xml.security.encryption.CipherValue
- Sets the Base 64 encoded, encrypted octets that is the
CihperValue
.
- setWriter(OutputStream) -
Method in class org.apache.xml.security.c14n.Canonicalizer
- Sets the writter where the cannocalization ends.
- setWriter(OutputStream) -
Method in class org.apache.xml.security.c14n.CanonicalizerSpi
- Sets the writter where the cannocalization ends.
- setXPath(String) -
Method in class org.apache.xml.security.transforms.params.XPathContainer
- Sets the TEXT value of the
ds:XPath
Element.
- setXPathNamespaceContext(String, String) -
Method in class org.apache.xml.security.utils.ElementProxy
- Adds an xmlns: definition to the Element.
- sign() -
Method in class org.apache.xml.security.algorithms.SignatureAlgorithm
- Proxy method for
Signature.sign()
which is executed on the internal Signature
object.
- sign(Key) -
Method in class org.apache.xml.security.signature.XMLSignature
- Digests all References in the SignedInfo, calculates the signature value and
sets it in the SignatureValue Element.
- signInOctectStream(OutputStream) -
Method in class org.apache.xml.security.signature.SignedInfo
- Output the C14n stream to the give outputstream.
- size() -
Method in interface org.apache.xml.security.encryption.ReferenceList
- Returns the size of the
ReferenceList
.
ds:Transform
element.Transform
Transforms
object, so
it's protected.
ds:Transform
s.Transform
steps to be performed on the data.Transforms
Transforms
from Element
which is Transforms
Element
XMLSecurityException.getExceptionMEssage()
.
XMLSecurityException.getExceptionMEssage()
Type
attribute of the
Refernce
element points to a #Manifest
element
Type
attribute of the
Refernce
element points to a #Object
element
MessageDigest.update(byte[])
which is executed on the internal MessageDigest
object.
MessageDigest.update(byte)
which is executed on the internal MessageDigest
object.
MessageDigest.update(byte[], int, int)
which is executed on the internal MessageDigest
object.
Signature.update(byte[])
which is executed on the internal Signature
object.
Signature.update(byte)
which is executed on the internal Signature
object.
Signature.update(byte[], int, int)
which is executed on the internal Signature
object.
Signature.verify(byte[])
which is executed on the internal Signature
object.
Reference.verify()
method.
Reference.verify()
method.
XMLCipher
encrypts and decrypts the contents of
Document
s, Element
s and Element
contents.XMLCipherInput
is used to wrap input passed into the
XMLCipher encryption operations.<ds:Signature>
elements.ds:Signature
Element and adds an empty
ds:SignedInfo
.
XMLSignatureInput
from an octet stream.
ds:XPath
Element.XPathAPI
except that the XPath strings
are not supplied as Strings but as Text
, Attr
ibute or
{ProcessingInstruction} nodes which contain the XPath string.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |