Package 

Class AESCrypt


  • 
    public final class AESCrypt
    extends Crypt
                        

    This class implements the AES Cryption algorithm

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class AESCrypt.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      AESCrypt(String accountID)
    • Method Summary

      Modifier and Type Method Description
      String encryptInternal(String plainText) This method is used internally to encrypt the plain text
      String decryptInternal(String cipherText) This method is used internally to decrypt the cipher text
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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