CsePrivateKeyMetadata class

Metadata for a private key instance.

Constructors

CsePrivateKeyMetadata({HardwareKeyMetadata? hardwareKeyMetadata, KaclsKeyMetadata? kaclsKeyMetadata, String? privateKeyMetadataId})
CsePrivateKeyMetadata.fromJson(Map json_)

Properties

hardwareKeyMetadata ↔ HardwareKeyMetadata?
Metadata for hardware keys.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
kaclsKeyMetadata ↔ KaclsKeyMetadata?
Metadata for a private key instance managed by an external key access control list service.
getter/setter pair
privateKeyMetadataId ↔ String?
The immutable ID for the private key metadata instance.
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