| Class | Description |
|---|---|
| Any |
The
AnyType Schema data type has a content model that allows a
sequence of arbitrary XML elements that (mixed with text) is of unrestricted
length. |
| BaseElement |
Base class for java classes that mapps to XML digital signature spec.
|
| KeyInfo |
KeyInfo is an optional element that enables the recipient(s) to obtain the
key needed to validate the signature.
|
| Manifest |
The
Manifest element provides a list of
References. |
| Reference |
Reference is an element that may occur one or more times. |
| SignedInfo |
The structure of
SignedInfo includes the canonicalization
algorithm, a signature algorithm, and one or more references. |
| Transform |
Each Transform consists of an Algorithm attribute and content parameters,
if any, appropriate for the given algorithm.
|
| Transforms |
The optional
Transforms element contains an ordered list of
Transform elements; these describe how the signer obtained the
data object that was digested. |
| XMLObject |
Identifier
Type=http://www.w3.org/2000/09/xmldsig#Object
(this can be used within a Reference element to identify the
referent's type)
|
Copyright © 2025. All rights reserved.