|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XadesSigner
Interface for a producer of signatures. The features of the produced signatures depend on the profile configuration.
All the exceptions defined in the current package may be thrown during production. They are organized as a tree which means that one can go from rough to fine-grained handling by catching exceptions in the different branches/depths of the tree.
XadesSigningProfile| Method Summary | |
|---|---|
XadesSignatureResult |
sign(SignedDataObjects signedDataObjects,
Node parent)
Applies a signature over a set of data objects and appends it to the given node. |
| Method Detail |
|---|
XadesSignatureResult sign(SignedDataObjects signedDataObjects,
Node parent)
throws XAdES4jException
signedDataObjects - the data objects to be signedparent - the node to which the signature element will be appended
XAdES4jException - if an error occursSignedDataObjects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||