SubjectAltNames class

SubjectAltNames corresponds to a more modern way of listing what the asserted identity is in a certificate (i.e., compared to the "common name" in the distinguished name).

Constructors

SubjectAltNames({List<X509Extension>? customSans, List<String>? dnsNames, List<String>? emailAddresses, List<String>? ipAddresses, List<String>? uris})
SubjectAltNames.fromJson(Map _json)

Properties

customSans List<X509Extension>?
Contains additional subject alternative name values.
getter/setter pair
dnsNames List<String>?
Contains only valid, fully-qualified host names.
getter/setter pair
emailAddresses List<String>?
Contains only valid RFC 2822 E-mail addresses.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ipAddresses List<String>?
Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uris List<String>?
Contains only valid RFC 3986 URIs.
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