Issuer class

Details about the issuer of a license.

Constructors

Issuer({required String name, String? signKey})

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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