AllowedKeyType class

Describes a "type" of key that may be used in a Certificate issued from a CaPool.

Note that a single AllowedKeyType may refer to either a fully-qualified key algorithm, such as RSA 4096, or a family of key algorithms, such as any RSA key.

Constructors

AllowedKeyType({EcKeyType? ellipticCurve, RsaKeyType? rsa})
AllowedKeyType.fromJson(Map json_)

Properties

ellipticCurve EcKeyType?
Represents an allowed Elliptic Curve key type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rsa RsaKeyType?
Represents an allowed RSA key type.
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