NameConstraints class
Describes the X.509 name constraints extension, per https://tools.ietf.org/html/rfc5280#section-4.2.1.10
Constructors
-
NameConstraints({bool? critical, List<
String> ? excludedDnsNames, List<String> ? excludedEmailAddresses, List<String> ? excludedIpRanges, List<String> ? excludedUris, List<String> ? permittedDnsNames, List<String> ? permittedEmailAddresses, List<String> ? permittedIpRanges, List<String> ? permittedUris}) - NameConstraints.fromJson(Map json_)
Properties
- critical ↔ bool?
-
Indicates whether or not the name constraints are marked critical.
getter/setter pair
-
excludedDnsNames
↔ List<
String> ? -
Contains excluded DNS names.
getter/setter pair
-
excludedEmailAddresses
↔ List<
String> ? -
Contains the excluded email addresses.
getter/setter pair
-
excludedIpRanges
↔ List<
String> ? -
Contains the excluded IP ranges.
getter/setter pair
-
excludedUris
↔ List<
String> ? -
Contains the excluded URIs that apply to the host part of the name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
permittedDnsNames
↔ List<
String> ? -
Contains permitted DNS names.
getter/setter pair
-
permittedEmailAddresses
↔ List<
String> ? -
Contains the permitted email addresses.
getter/setter pair
-
permittedIpRanges
↔ List<
String> ? -
Contains the permitted IP ranges.
getter/setter pair
-
permittedUris
↔ List<
String> ? -
Contains the permitted URIs that apply to the host part of the name.
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