CaOptions class

Describes values that are relevant in a CA certificate.

Constructors

CaOptions({bool? isCa, int? maxIssuerPathLength})
CaOptions.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
isCa bool?
Refers to the "CA" X.509 extension, which is a boolean value.
getter/setter pair
maxIssuerPathLength int?
Refers to the path length restriction X.509 extension.
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