Class KeyStores.KeyStoreWithPath

  • Enclosing class:
    KeyStores

    public static class KeyStores.KeyStoreWithPath
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyStoreWithPath​(java.security.KeyStore ks, java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.KeyStore getKs()  
      java.lang.String getPath()  
      • Methods inherited from class java.lang.Object

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

      • KeyStoreWithPath

        public KeyStoreWithPath​(java.security.KeyStore ks,
                                java.lang.String path)
    • Method Detail

      • getKs

        public java.security.KeyStore getKs()
      • getPath

        public java.lang.String getPath()