public interface Signer
Set of functionality required to implement to be a compatible DSA signer.
abstract ByteArray
sign(ByteArray payload)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract ByteArray sign(ByteArray payload)
Signs the given payload by using the encapsulated private key material.
payload
ByteArray the signature.