ReusableConfigValues class

A ReusableConfigValues is used to describe certain fields of an X.509 certificate, such as the key usage fields, fields specific to CA certificates, certificate policy extensions and custom extensions.

Constructors

ReusableConfigValues({List<X509Extension>? additionalExtensions, List<String>? aiaOcspServers, CaOptions? caOptions, KeyUsage? keyUsage, List<ObjectId>? policyIds})
ReusableConfigValues.fromJson(Map _json)

Properties

additionalExtensions List<X509Extension>?
Describes custom X.509 extensions.
getter/setter pair
aiaOcspServers List<String>?
Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
getter/setter pair
caOptions CaOptions?
Describes options in this ReusableConfigValues that are relevant in a CA certificate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyUsage KeyUsage?
Indicates the intended use for keys that correspond to a certificate.
getter/setter pair
policyIds List<ObjectId>?
Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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