KeyUsage class Null safety
Properties
- hashCode → int
-
The hash code for this object.
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
name(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
toValue(
) → int
Operators
-
operator ==(
Object value) → bool -
The equality operator.
override
Static Properties
Static Methods
Constants
- cRLSign → const KeyUsage
-
const KeyUsage._internal(6)
- dataEncipherment → const KeyUsage
-
const KeyUsage._internal(3)
- decipherOnly → const KeyUsage
-
const KeyUsage._internal(8)
- digitalSignature → const KeyUsage
-
const KeyUsage._internal(0)
- encipherOnly → const KeyUsage
-
const KeyUsage._internal(7)
- keyAgreement → const KeyUsage
-
const KeyUsage._internal(4)
- keyCertSign → const KeyUsage
-
const KeyUsage._internal(5)
- keyEncipherment → const KeyUsage
-
const KeyUsage._internal(2)
- nonRepudiation → const KeyUsage
-
const KeyUsage._internal(1)