CertificatePolicies class
The certificate policies extension contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers.
- Inheritance
-
- Object
- ExtensionValue
- CertificatePolicies
Constructors
-
CertificatePolicies.new({required List<
PolicyInformation> policies}) - CertificatePolicies.fromAsn1(ASN1Sequence sequence)
-
Creates a certificate policies extension value from an
ASN1Sequence
.factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
policies
→ List<
PolicyInformation> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
[String prefix = '']) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited