Interface | Description |
---|---|
NodeFilter |
An interface to tell to the c14n if a node is included or not in the output
|
Class | Description |
---|---|
Manifest |
Handles
<ds:Manifest> elements. |
ObjectContainer |
Handles
<ds:Object> elements
Object Element supply facility which can contain any kind data
$todo$ if we remove childen, the boolean values are not updated |
Reference |
Handles
<ds:Reference> elements. |
SignatureProperties |
Handles
<ds:SignatureProperties> elements
This Element holds SignatureProperty properties that contain additional information items
concerning the generation of the signature. |
SignatureProperty |
Handles
<ds:SignatureProperty> elements
Additional information item concerning the generation of the signature(s) can
be placed in this Element |
SignedInfo |
Handles
<ds:SignedInfo> elements
This SignedInfo element includes the canonicalization algorithm,
a signature algorithm, and one or more references. |
VerifiedReference |
Holds the result of a Reference validation.
|
XMLSignature |
Handles
<ds:Signature> elements. |
XMLSignatureInput |
Class XMLSignatureInput
$todo$ check whether an XMLSignatureInput can be _both_, octet stream _and_ node set?
|
XMLSignatureInputDebugger |
Class XMLSignatureInputDebugger
|
Exception | Description |
---|---|
InvalidDigestValueException |
Raised when the computed hash value doesn't match the given DigestValue.
|
InvalidSignatureValueException |
Raised if testing the signature value over DigestValue fails because of invalid signature.
|
MissingResourceFailureException |
Thrown by
SignedInfo.verify() when
testing the signature fails because of uninitialized
Reference s. |
ReferenceNotInitializedException |
Raised if verifying a
Reference fails
because of an uninitialized XMLSignatureInput |
XMLSignatureException |
All XML Signature related exceptions inherit herefrom.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.