BasicConstraintExtension class
Recognition for Basic Constraint Extension (2.5.29.19)
- Inheritance
-
- Object
- X509Extension
- BasicConstraintExtension
Constructors
- BasicConstraintExtension({required dynamic block})
Properties
-
alternativeNameAsStrings
→ List<
String> -
no setterinherited
- block ↔ ASN1Object?
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCA → bool
-
no setter
- isCritical → bool
-
no setterinherited
- name → String?
-
no setterinherited
- oid → String?
-
no setterinherited
- pathLenConstraint → int?
-
no setter
- 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