Signature constructor
Signature({})
Implementation
Signature({
required this.hash,
required this.signature,
this.subjectDN,
this.issuerDN,
this.serialNumber,
this.notBefore,
this.notAfter,
this.publicKeyAlgorithm,
this.publicKeyFormat,
this.publicKeyEncoded,
this.publicKey,
this.publicKeyHash,
});