Class KeystoreConf


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

      Constructors 
      Constructor Description
      KeystoreConf()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKeystore()  
      java.lang.String getPassword()  
      java.lang.String getType()  
      void setKeystore​(java.lang.String keystore)  
      void setPassword​(java.lang.String password)  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeystoreConf

        public KeystoreConf()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getPassword

        public java.lang.String getPassword()
      • setPassword

        public void setPassword​(java.lang.String password)
      • getKeystore

        public java.lang.String getKeystore()
      • setKeystore

        public void setKeystore​(java.lang.String keystore)