-
public abstract class Crypt
-
-
Method Summary
Modifier and Type Method Description abstract StringencryptInternal(String plainText)abstract StringdecryptInternal(String cipherText)-
-
Method Detail
-
encryptInternal
abstract String encryptInternal(String plainText)
-
decryptInternal
abstract String decryptInternal(String cipherText)
-
-
-
-