SignatureSpec

Specifies how objects will be signed.

Inheritors

Functions

Link copied to clipboard
abstract fun getSignatory(): Signatory
The signatory that will be performing the signing.
Link copied to clipboard
The signature representation that will be created.
Link copied to clipboard
abstract fun isRequired(): Boolean
Whether or not it is required that this signature be generated.
Link copied to clipboard
abstract fun setRequired(required: Boolean)
Whether or not it is required that this signature be generated.
Link copied to clipboard
abstract fun setSignatory(signatory: Signatory)
Sets the signatory that will be signing the input.
Link copied to clipboard
abstract fun setSignatureType(type: SignatureType)
Sets the signature representation that the signatures will be produced as.