Class KettlePasswordService

  • All Implemented Interfaces:
    org.pentaho.platform.api.util.IPasswordService

    public class KettlePasswordService
    extends Base64PasswordService
    • Constructor Detail

      • KettlePasswordService

        public KettlePasswordService()
    • 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
        Overrides:
        encrypt in class Base64PasswordService
        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
        Overrides:
        decrypt in class Base64PasswordService
        Throws:
        org.pentaho.platform.api.util.PasswordServiceException