CrlReason enum

The CRL reason enum.

CRLReason ::= ENUMERATED {
       unspecified             (0),
       keyCompromise           (1),
       cACompromise            (2),
       affiliationChanged      (3),
       superseded              (4),
       cessationOfOperation    (5),
       certificateHold         (6),
            -- value 7 is not used
       removeFromCRL           (8),
       privilegeWithdrawn      (9),
       aACompromise           (10) }
Inheritance

Constructors

CrlReason()
const

Values

unspecified → const CrlReason
keyCompromise → const CrlReason
cACompromise → const CrlReason
affiliationChanged → const CrlReason
superseded → const CrlReason
cessationOfOperation → const CrlReason
certificateHold → const CrlReason
removeFromCRL → const CrlReason
privilegeWithdrawn → const CrlReason
aACompromise → const CrlReason

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<CrlReason>
A constant List of the values in this enum, in order of their declaration.