public interface StringCipher extends Cipher<String,String>
String
decrypt(String encryptedText)
encrypt(String text)
String encrypt(String text)
encrypt
Cipher<String,String>
String decrypt(String encryptedText)
Cipher
decrypt
Copyright © 2021. All rights reserved.