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

/dalvik/libcore/security/src/main/java/java/security/
H A DKeyStore.java627 * LoadStoreParameter}.
630 * the {@code LoadStoreParameter} that specifies how to store
642 * if the given {@link LoadStoreParameter} is not recognized.
644 public final void store(LoadStoreParameter param) throws KeyStoreException,
682 * LoadStoreParameter}.
685 * the {@code LoadStoreParameter} that specifies how to load this
695 * if the given {@link LoadStoreParameter} is not recognized.
697 public final void load(LoadStoreParameter param) throws IOException,
1129 * Implementation of LoadStoreParameter interface
1131 private static class TmpLSParameter implements LoadStoreParameter {
1202 public static interface LoadStoreParameter { interface in class:KeyStore
[all...]

Completed in 240 milliseconds