RSASigner class
Properties
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