CRLDistributionPointsExtension class

Inheritance

Constructors

CRLDistributionPointsExtension({required dynamic block})

Properties

alternativeNameAsStrings → List<String>
no setterinherited
block ↔ ASN1Object?
getter/setter pairinherited
crls → List<String>?
no setter
hashCode → int
The hash code for this object.
no setterinherited
isCritical → bool
no setterinherited
name → String?
no setterinherited
oid → String?
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
no setterinherited
valueAsBlock → ASN1Object?
no setterinherited
valueAsStrings → List<String>
no setterinherited

Methods

generalName({required ASN1Object item}) → String?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
override

Operators

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