SignatorySupport

Convenience base class for Signatory implementations.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getKeyId(): String
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun sign(toSign: InputStream, destination: OutputStream)
open fun sign(toSign: InputStream): Array<Byte>