Class PasswordEncrypter


  • public class PasswordEncrypter
    extends java.lang.Object
    • Field Detail

      • PASSWORD_ENCRYPTION_KEY

        public static final javax.crypto.SecretKey PASSWORD_ENCRYPTION_KEY
    • Method Detail

      • init

        public static void init()
      • isEncoded

        public boolean isEncoded​(java.lang.String text)
      • isEncrypted

        public boolean isEncrypted​(java.lang.String text)
      • ensureEncrypted

        public java.lang.String ensureEncrypted​(java.lang.String text)
      • ensureDecrypted

        public java.lang.String ensureDecrypted​(java.lang.String text)