public interface Signer
An interface for accessing the message signing functionality
abstract ByteArray
sign(ByteArray message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract ByteArray sign(ByteArray message)
The default signing interface
message