ZotPublicKey class
Constructors
- ZotPublicKey.new(BigInt e, BigInt on)
Properties
Methods
-
encrypt(
String val) → String - returns encrypted message
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sterilizePublicKey(
) → String - returns base64 public key which can be sent to other user for encryption
-
toString(
) → String -
returns info about public key: the information contains:
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited