CertificateIdentityConstraints class
Describes constraints on a Certificate's Subject and SubjectAltNames.
Constructors
- CertificateIdentityConstraints({bool? allowSubjectAltNamesPassthrough, bool? allowSubjectPassthrough, Expr? celExpression})
- CertificateIdentityConstraints.fromJson(Map json_)
Properties
- allowSubjectAltNamesPassthrough ↔ bool?
-
If this is true, the SubjectAltNames extension may be copied from a
certificate request into the signed certificate.
getter/setter pair
- allowSubjectPassthrough ↔ bool?
-
If this is true, the Subject field may be copied from a certificate
request into the signed certificate.
getter/setter pair
- celExpression ↔ Expr?
-
A CEL expression that may be used to validate the resolved X.509 Subject
and/or Subject Alternative Name before a certificate is signed.
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