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

/libcore/ojluni/src/main/java/java/security/
H A DKeyStore.java130 * KeyStore.ProtectionParameter protParam =
259 public ProtectionParameter getProtectionParameter();
265 * <p> The information stored in a {@code ProtectionParameter}
274 public static interface ProtectionParameter { } interface in class:KeyStore
277 * A password-based implementation of {@code ProtectionParameter}.
282 ProtectionParameter, javax.security.auth.Destroyable {
411 * A ProtectionParameter encapsulating a CallbackHandler.
416 implements ProtectionParameter {
1503 * {@code ProtectionParameter} (e.g. wrong password)
1527 * @param protParam the {@code ProtectionParameter}
[all...]

Completed in 103 milliseconds