IssuerDetails class

Details associated with the issuer of a license.

Constructors

IssuerDetails({String? keyFingerprint, String? name, String? signKey})
IssuerDetails.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keyFingerprint String?
Issuer key fingerprint.
final
name String?
Issuer name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signKey String?
Asymmetric CMK from AWS Key Management Service. The CMK must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
final

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