BasicConstraintExtension class Null safety
Recognition for Basic Constraint Extension (2.5.29.19)
- Inheritance
-
- Object
- X509Extension
- BasicConstraintExtension
Constructors
- BasicConstraintExtension({required dynamic block})
Properties
-
alternativeNameAsStrings
→ List<
String> -
read-only, inherited
- block ↔ ASN1Object?
-
read / write, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- isCA → bool
-
read-only
- isCritical → bool
-
read-only, inherited
- name → String?
-
read-only, inherited
- oid → String?
-
read-only, inherited
- pathLenConstraint → int?
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- value → dynamic
-
read-only, inherited
- valueAsBlock → ASN1Object?
-
read-only, inherited
-
valueAsStrings
→ List<
String> -
read-only, inherited
Methods
-
generalName(
{required ASN1Object item}) → String? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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