Class Base64PasswordService

  • All Implemented Interfaces:
    org.pentaho.platform.api.util.IPasswordService
    Direct Known Subclasses:
    KettlePasswordService

    public class Base64PasswordService
    extends Object
    implements org.pentaho.platform.api.util.IPasswordService
    • Constructor Detail

      • Base64PasswordService

        public Base64PasswordService()
    • Method Detail

      • encrypt

        public String encrypt​(String password)
                       throws org.pentaho.platform.api.util.PasswordServiceException
        Specified by:
        encrypt in interface org.pentaho.platform.api.util.IPasswordService
        Throws:
        org.pentaho.platform.api.util.PasswordServiceException
      • decrypt

        public String decrypt​(String encryptedPassword)
                       throws org.pentaho.platform.api.util.PasswordServiceException
        Specified by:
        decrypt in interface org.pentaho.platform.api.util.IPasswordService
        Throws:
        org.pentaho.platform.api.util.PasswordServiceException