Package net.sourceforge.jnlp.security
Class KeyStores.KeyStoreWithPath
- java.lang.Object
-
- net.sourceforge.jnlp.security.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()
-