KeyUsage constructor
KeyUsage({})
Implementation
KeyUsage({
this.cRLSign,
this.dataEncipherment,
this.decipherOnly,
this.digitalSignature,
this.encipherOnly,
this.keyAgreement,
this.keyCertSign,
this.keyEncipherment,
this.nonRepudiation,
});