-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAESCrypt.Companion
-
Method Summary
Modifier and Type Method Description StringencryptInternal(String plainText)This method is used internally to encrypt the plain text StringdecryptInternal(String cipherText)This method is used internally to decrypt the cipher text -
-
Constructor Detail
-
AESCrypt
AESCrypt(String accountID)
-
-
Method Detail
-
encryptInternal
String encryptInternal(String plainText)
This method is used internally to encrypt the plain text
- Parameters:
plainText-plainText to be encrypted
-
decryptInternal
String decryptInternal(String cipherText)
This method is used internally to decrypt the cipher text
- Parameters:
cipherText-cipherText to be decrypted
-
-
-
-