PKSigner.this

Construct a PK Signer.

struct PKSigner
public
this
(,
in string emsa_name
,,
FaultProtection prot = DISABLE_FAULT_PROTECTION
)

Parameters

key PrivateKey

the key to use inside this signer

emsa_name string

the EMSA to use, e.g. "EMSA1(SHA-224)".

format SignatureFormat

the signature format to use

prot FaultProtection

says if fault protection should be enabled

Meta