| 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 |
| 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 |
| XMLSignature |
Handles
<ds:Signature> elements. |
| XMLSignatureInput |
Class XMLSignatureInput
|
| 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
References. |
| ReferenceNotInitializedException |
Raised if verifying a
Reference fails
because of an uninitialized XMLSignatureInput |
| XMLSignatureException |
All XML Signature related exceptions inherit herefrom.
|
Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.