Class KeystoreValidator

java.lang.Object
org.codice.ddf.admin.insecure.defaults.service.KeystoreValidator
All Implemented Interfaces:
Validator

public class KeystoreValidator extends Object implements Validator
  • Constructor Details

    • KeystoreValidator

      public KeystoreValidator()
  • Method Details

    • setKeystorePath

      public void setKeystorePath(Path path)
    • setKeystorePassword

      public void setKeystorePassword(String password)
    • setDefaultKeystorePassword

      public void setDefaultKeystorePassword(String password)
    • setBlacklistKeystorePath

      public void setBlacklistKeystorePath(Path path)
    • setBlacklistKeystorePassword

      public void setBlacklistKeystorePassword(String password)
    • setDefaultKeyPassword

      public void setDefaultKeyPassword(String password)
    • validate

      public List<Alert> validate()
      Specified by:
      validate in interface Validator