X509Extension class

An X509Extension specifies an X.509 extension, which may be used in different parts of X.509 objects like certificates, CSRs, and CRLs.

Constructors

X509Extension({bool? critical, ObjectId? objectId, String? value})
X509Extension.fromJson(Map _json)

Properties

critical bool?
Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
objectId ObjectId?
The OID for this X.509 extension.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
The value of this X.509 extension.
getter/setter pair
valueAsBytes List<int>
getter/setter pair

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