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

/libcore/luni/src/main/java/java/security/
H A DKeyStore.java619 * {@code ProtectionParameter}.
624 * the {@code ProtectionParameter} used to protect the requested
627 * {@code ProtectionParameter}.
637 public final Entry getEntry(String alias, ProtectionParameter param)
651 * specified {@code ProtectionParameter}.
660 * the {@code ProtectionParameter} to protect the entry.
668 ProtectionParameter param) throws KeyStoreException {
730 * Returns the {@code ProtectionParameter} to be used when a {@code
736 * @return the {@code ProtectionParameter} to be used when a {@code
747 public abstract ProtectionParameter getProtectionParamete
1170 public static interface ProtectionParameter { interface in class:KeyStore
[all...]

Completed in 20 milliseconds