SslCertificateDName class

Distinguished name helper class. Used by SslCertificate.

Constructors

SslCertificateDName({String? CName = "", String? DName = "", String? OName = "", String? UName = ""})

Properties

CName String?
Common-name (CN) component of the name
getter/setter pair
DName String?
Distinguished name (normally includes CN, O, and OU names)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
OName String?
Organization (O) component of the name
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
UName String?
Organizational Unit (OU) component of the name
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts instance to a map.
toMap() Map<String, dynamic>
Converts instance to a map.
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map<String, dynamic>? map) SslCertificateDName?
Gets a possible SslCertificateDName instance from a Map value.