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