KeyUsage enum

Inheritance

Constructors

KeyUsage()
const

Values

DIGITAL_SIGNATURE → const KeyUsage

0

NON_REPUDIATION → const KeyUsage

1 (Also called contentCommitment now)

KEY_ENCIPHERMENT → const KeyUsage

2

DATA_ENCIPHERMENT → const KeyUsage

3

KEY_AGREEMENT → const KeyUsage

4

KEY_CERT_SIGN → const KeyUsage

5

CRL_SIGN → const KeyUsage

6

ENCIPHER_ONLY → const KeyUsage

7

DECIPHER_ONLY → const KeyUsage

8

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<KeyUsage>
A constant List of the values in this enum, in order of their declaration.