encrypt abstract method
notifies the class to encrypt the message and return base64 string NOTE: you do not need to pass public key for DES encryption
Implementation
String encrypt(String val, ZotPublicKey? publicKey);
notifies the class to encrypt the message and return base64 string NOTE: you do not need to pass public key for DES encryption
String encrypt(String val, ZotPublicKey? publicKey);