Certificates class

Contains one or more certificates or a certificate signing request (CSR).

Constructors

Certificates({String? awsHardwareCertificate, String? clusterCertificate, String? clusterCsr, String? hsmCertificate, String? manufacturerHardwareCertificate})
Certificates.fromJson(Map<String, dynamic> json)
factory

Properties

awsHardwareCertificate String?
The HSM hardware certificate issued (signed) by AWS CloudHSM.
final
clusterCertificate String?
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
final
clusterCsr String?
The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is UNINITIALIZED.
final
hashCode int
The hash code for this object.
no setterinherited
hsmCertificate String?
The HSM certificate issued (signed) by the HSM hardware.
final
manufacturerHardwareCertificate String?
The HSM hardware certificate issued (signed) by the hardware manufacturer.
final
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited