KeyUsageOptions constructor
KeyUsageOptions({})
Implementation
KeyUsageOptions({
this.certSign,
this.contentCommitment,
this.crlSign,
this.dataEncipherment,
this.decipherOnly,
this.digitalSignature,
this.encipherOnly,
this.keyAgreement,
this.keyEncipherment,
});