public interface Decrypter
String
decrypt(String encrypted)
Optional<String>
tryToDecrypt(String encrypted)
String decrypt(String encrypted)
Optional<String> tryToDecrypt(String encrypted)
Copyright © 2020. All rights reserved.