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

/libcore/luni/src/main/java/java/security/
H A DKeyStore.java618 * {@code ProtectionParameter}.
623 * the {@code ProtectionParameter} used to protect the requested
626 * {@code ProtectionParameter}.
636 public final Entry getEntry(String alias, ProtectionParameter param)
650 * specified {@code ProtectionParameter}.
659 * the {@code ProtectionParameter} to protect the entry.
667 ProtectionParameter param) throws KeyStoreException {
729 * Returns the {@code ProtectionParameter} to be used when a {@code
735 * @return the {@code ProtectionParameter} to be used when a {@code
746 public abstract ProtectionParameter getProtectionParamete
1169 public static interface ProtectionParameter { interface in class:KeyStore
[all...]

Completed in 37 milliseconds