Class KeystoreConf


  • public class KeystoreConf
    extends Object
    Keystore configuration.
    Since:
    6.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • KeystoreConf

        public KeystoreConf()
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getKeystore

        public String getKeystore()
      • setKeystore

        public void setKeystore​(String keystore)