public interface EncryptionModule
String
decrypt(String cipherText)
encrypt(String plainText)
Boolean
matches(String raw, String encrypted)
String encrypt(String plainText)
plainText
String decrypt(String cipherText)
cipherText
Boolean matches(String raw, String encrypted)
raw
encrypted
Copyright © 2017. All rights reserved.