Class KeyStore


  • public class KeyStore
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyStore()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFilename()
      This property specifies the key store to use in URL or path format.
      java.lang.String getFormat()
      This property specifies the format of the given key store.
      java.lang.String getPassword()
      This property specifies the key store password to use.
      void setFilename​(java.lang.String filename)
      This property specifies the key store to use in URL or path format.
      void setFormat​(java.lang.String format)
      This property specifies the format of the given key store.
      void setPassword​(java.lang.String password)
      This property specifies the key store password to use.
      • Methods inherited from class java.lang.Object

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

      • KeyStore

        public KeyStore()
    • Method Detail

      • getFilename

        public java.lang.String getFilename()
        This property specifies the key store to use in URL or path format.
      • setFilename

        public void setFilename​(java.lang.String filename)
        This property specifies the key store to use in URL or path format.
      • getFormat

        public java.lang.String getFormat()
        This property specifies the format of the given key store.
      • setFormat

        public void setFormat​(java.lang.String format)
        This property specifies the format of the given key store.
      • getPassword

        public java.lang.String getPassword()
        This property specifies the key store password to use.
      • setPassword

        public void setPassword​(java.lang.String password)
        This property specifies the key store password to use.