Class JCEEncryptor

  • All Implemented Interfaces:
    Securable

    public class JCEEncryptor
    extends Object
    implements Securable
    EclipseLink reference implementation for password encryption.
    Author:
    Guy Pelletier
    • Method Detail

      • decryptPassword

        public String decryptPassword​(String encryptedPswd)
        Decrypts a string. Will throw a validation exception. Handles backwards compatibility for older encrypted strings.
        Specified by:
        decryptPassword in interface Securable