PKDResourceType enum
Values
- UNKNOWN → const PKDResourceType
-
Will be returned if getByValue if a non-existent was passed.
const PKDResourceType(-1) - CERTIFICATE_PA → const PKDResourceType
-
Certificate file contents (.pem, .cer, .crt, .der).
const PKDResourceType(0) - CERTIFICATE_TA → const PKDResourceType
-
Certificate file contents (.cvcert) and private key file contents (.pkcs8).
const PKDResourceType(1) - LDIF → const PKDResourceType
-
LDIF file contents (.ldif).
const PKDResourceType(2) - CRL → const PKDResourceType
-
CRL file contents (.crl).
const PKDResourceType(3) - ML → const PKDResourceType
-
Master List (.ml, .mls).
const PKDResourceType(4) - DEFL → const PKDResourceType
-
Defect List (.dl, .dls, .dfl).
const PKDResourceType(5) - DEVL → const PKDResourceType
-
Deviance List (.dl, .dls, .dvl).
const PKDResourceType(6) - BL → const PKDResourceType
-
Black List (.bl, .bls).
const PKDResourceType(7) - LDIF_TA → const PKDResourceType
-
LDIF file contents for TA.
const PKDResourceType(8) - ML_TA → const PKDResourceType
-
Master List with CV certificates for TA.
const PKDResourceType(9) - CBOR → const PKDResourceType
-
CBOR List.
const PKDResourceType(10)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
final
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
Static Methods
-
getByValue(
int? i) → PKDResourceType? -
getType(
String value) → PKDResourceType
Constants
-
values
→ const List<
PKDResourceType> - A constant List of the values in this enum, in order of their declaration.