Class EncryptionSupport


  • public class EncryptionSupport
    extends Object
    • Constructor Detail

      • EncryptionSupport

        public EncryptionSupport​(Map<String,​?> options)
    • Method Detail

      • checkPassword

        public boolean checkPassword​(String provided,
                                     String real)
      • getEncryption

        @Deprecated
        public Encryption getEncryption()
        Deprecated.
        Use encrypt instead. This method will be made private
        Returns:
        chosen encryption
      • setEncryptionSuffix

        @Deprecated
        public void setEncryptionSuffix​(String encryptionSuffix)
        Deprecated.
      • setEncryptionPrefix

        @Deprecated
        public void setEncryptionPrefix​(String encryptionPrefix)
        Deprecated.