IssuancePolicy class

Defines controls over all certificate issuance within a CaPool.

Constructors

IssuancePolicy({IssuanceModes? allowedIssuanceModes, List<AllowedKeyType>? allowedKeyTypes, X509Parameters? baselineValues, CertificateIdentityConstraints? identityConstraints, String? maximumLifetime, CertificateExtensionConstraints? passthroughExtensions})
IssuancePolicy.fromJson(Map json_)

Properties

allowedIssuanceModes IssuanceModes?
If specified, then only methods allowed in the IssuanceModes may be used to issue Certificates.
getter/setter pair
allowedKeyTypes List<AllowedKeyType>?
If any AllowedKeyType is specified, then the certificate request's public key must match one of the key types listed here.
getter/setter pair
baselineValues X509Parameters?
A set of X.509 values that will be applied to all certificates issued through this CaPool.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
identityConstraints CertificateIdentityConstraints?
Describes constraints on identities that may appear in Certificates issued through this CaPool.
getter/setter pair
maximumLifetime String?
The maximum lifetime allowed for issued Certificates.
getter/setter pair
passthroughExtensions CertificateExtensionConstraints?
Describes the set of X.509 extensions that may appear in a Certificate issued through this CaPool.
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