AllowedSubjectAltNames class

AllowedSubjectAltNames specifies the allowed values for SubjectAltNames by the CertificateAuthority when issuing Certificates.

Constructors

AllowedSubjectAltNames({bool? allowCustomSans, bool? allowGlobbingDnsWildcards, List<String>? allowedDnsNames, List<String>? allowedEmailAddresses, List<String>? allowedIps, List<String>? allowedUris})
AllowedSubjectAltNames.fromJson(Map _json)

Properties

allowCustomSans bool?
Specifies if to allow custom X509Extension values.
getter/setter pair
allowedDnsNames List<String>?
Contains valid, fully-qualified host names.
getter/setter pair
allowedEmailAddresses List<String>?
Contains valid RFC 2822 E-mail addresses.
getter/setter pair
allowedIps List<String>?
Contains valid 32-bit IPv4 addresses and subnet ranges or RFC 4291 IPv6 addresses and subnet ranges.
getter/setter pair
allowedUris List<String>?
Contains valid RFC 3986 URIs.
getter/setter pair
allowGlobbingDnsWildcards bool?
Specifies if glob patterns used for allowed_dns_names allow wildcard certificates.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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