Searched refs:ProtectionParameter (Results 1 - 5 of 5) 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...]
H A DKeyStoreSpi.java368 * <code>ProtectionParameter</code> (e.g. wrong password)
389 ProtectionParameter protection = param.getProtectionParameter();
411 throw new NoSuchAlgorithmException("ProtectionParameter must"
426 * @param protParam the <code>ProtectionParameter</code>
446 KeyStore.ProtectionParameter protParam)
496 * @param protParam the <code>ProtectionParameter</code>
505 KeyStore.ProtectionParameter protParam)
/openjdk7/jdk/test/java/security/KeyStore/
H A DEntryMethods.java46 public static class FooProtect implements KeyStore.ProtectionParameter { }
48 public KeyStore.ProtectionParameter getProtectionParameter() {
463 KeyStore.ProtectionParameter protectionParam)
482 KeyStore.ProtectionParameter protectionParam) {
515 KeyStore.ProtectionParameter protectionParam)
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java590 final ProtectionParameter protection;
595 public KeyStoreLoadParameter(TrustType trustType, ProtectionParameter prot) {
602 public ProtectionParameter getProtectionParameter() {
H A DP11KeyStore.java805 * <code>ProtectionParameter</code> object.
838 KeyStore.ProtectionParameter pp = param.getProtectionParameter();
850 ("ProtectionParameter must be either " +
908 KeyStore.ProtectionParameter protParam)
918 throw new KeyStoreException("ProtectionParameter must be null");
1011 KeyStore.ProtectionParameter protParam)
1022 ("ProtectionParameter must be null"));

Completed in 635 milliseconds