Class EncryptedStringGenerator

java.lang.Object
com.skava.marketplace.util.EncryptedStringGenerator

public final class EncryptedStringGenerator extends Object
  • Constructor Details

    • EncryptedStringGenerator

      public EncryptedStringGenerator()
  • Method Details

    • getCurrentTimeInMillis

      protected static long getCurrentTimeInMillis()
      THis method return the current TImeStamp.
      Returns:
      a Long object.
    • encrypt

      public String encrypt(org.springframework.security.crypto.encrypt.TextEncryptor textEncryptor, String plainText)