SigningKeyData class

This is a return type for generating Singing key.

This returns: pem type private key pem type public key c code for public key Zip file which includes all the key types

Constructors

SigningKeyData({required String privateKey, required String publicKeyCode, required String publicKeyPem, required Uint8List zipFile})

Properties

hashCode int
The hash code for this object.
no setterinherited
privateKey String
getter/setter pair
publicKeyCode String
getter/setter pair
publicKeyPem String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zipFile Uint8List
getter/setter pair

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