KeyUsageOptions class

KeyUsage.KeyUsageOptions corresponds to the key usage values described in https://tools.ietf.org/html/rfc5280#section-4.2.1.3.

Constructors

KeyUsageOptions({bool? certSign, bool? contentCommitment, bool? crlSign, bool? dataEncipherment, bool? decipherOnly, bool? digitalSignature, bool? encipherOnly, bool? keyAgreement, bool? keyEncipherment})
KeyUsageOptions.fromJson(Map _json)

Properties

certSign bool?
The key may be used to sign certificates.
getter/setter pair
contentCommitment bool?
The key may be used for cryptographic commitments.
getter/setter pair
crlSign bool?
The key may be used sign certificate revocation lists.
getter/setter pair
dataEncipherment bool?
The key may be used to encipher data.
getter/setter pair
decipherOnly bool?
The key may be used to decipher only.
getter/setter pair
digitalSignature bool?
The key may be used for digital signatures.
getter/setter pair
encipherOnly bool?
The key may be used to encipher only.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyAgreement bool?
The key may be used in a key agreement protocol.
getter/setter pair
keyEncipherment bool?
The key may be used to encipher other keys.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited