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

/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java134 * KeyStore.ProtectionParameter protParam =
227 public ProtectionParameter getProtectionParameter();
233 * <p> The information stored in a <code>ProtectionParameter</code>
242 public static interface ProtectionParameter { } interface in class:KeyStore
245 * A password-based implementation of <code>ProtectionParameter</code>.
250 ProtectionParameter, javax.security.auth.Destroyable {
312 * A ProtectionParameter encapsulating a CallbackHandler.
317 implements ProtectionParameter {
1233 * <code>ProtectionParameter</code> (e.g. wrong password)
1257 * @param protParam the <code>ProtectionParameter</cod
[all...]

Completed in 34 milliseconds