|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DigitalSigner
Responsible for signing a message. A reference is provided to the Signature to allow for population
of the singnature from message data. When this population of data is complete, the sign() method
will sign the message according to the implementation.
Note that the interface itself does not provide any means of retrieving the message being signed. It
is up to the implementing classes to determine what consititutes "signing" of a message.
Method Summary | |
---|---|
Signature |
getSignature()
Retrieve a reference to Signature which will be used for signing. |
void |
sign()
Sign the message using the Signature. |
Method Detail |
---|
Signature getSignature()
void sign() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |