RSASigner class

Constructors

RSASigner(String uuid)
Constructor for RSA signer.

Properties

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

Methods

getCurrentPubKey() Future<String>
Returns currently used public key for RSA signer.
getNextPubKey() Future<String>
Returns second/backup public key for RSA signer.
getUuid() Future<String>
Returns the uuid of RSA signer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotateForRSA() Future<void>
Rotates the keys (the backup key becomes currently used and new key is generated as backup).
sign(String message) Future<String>
Signs provided message using RSA. Returns signature if successfully signed.
toString() String
A string representation of this object.
inherited

Operators

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