EncryptoSpi class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decrypt(
String val) → String - notifies the class to decrypt the message and return value
-
encrypt(
String val, ZotPublicKey? publicKey) → String - notifies the class to encrypt the message and return base64 string NOTE: you do not need to pass public key for DES encryption
-
getPrivateKeyString(
) → String - returns ZotPrivateKey string
-
getPublicKeyString(
) → String - returns ZotPublicKey string
-
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