BEAST
eu.baltrad.beast.security.crypto.Signer Interface Reference

Interface for signers. More...

Inheritance diagram for eu.baltrad.beast.security.crypto.Signer:
eu.baltrad.beast.security.crypto.KeyczarSigner

Public Member Functions

String sign (String message) throws KeyczarException
 Sign a message.
 

Detailed Description

Interface for signers.

Author
anders

Member Function Documentation

◆ sign()

String eu.baltrad.beast.security.crypto.Signer.sign ( String message) throws KeyczarException

Sign a message.

Parameters
messagethe message to sign
Returns
base64 encoded signature

Implemented in eu.baltrad.beast.security.crypto.KeyczarSigner.


The documentation for this interface was generated from the following file: