Searched defs:LoadStoreParameter (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DKeyStore.java542 * LoadStoreParameter}.
545 * the {@code LoadStoreParameter} that specifies how to store
557 * if the given {@link LoadStoreParameter} is not recognized.
559 public final void store(LoadStoreParameter param) throws KeyStoreException,
595 * LoadStoreParameter}.
598 * the {@code LoadStoreParameter} that specifies how to load this
608 * if the given {@link LoadStoreParameter} is not recognized.
610 public final void load(LoadStoreParameter param) throws IOException,
1015 * Implementation of LoadStoreParameter interface
1017 private static class TmpLSParameter implements LoadStoreParameter {
1088 public static interface LoadStoreParameter { interface in class:KeyStore
[all...]

Completed in 221 milliseconds