Searched refs:getProtectionParameter (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/security/KeyStore/
H A DKeyStoreBuilder.java59 entry = ks.getEntry(alias, builder.getProtectionParameter(alias));
66 entry = ks.getEntry(alias, builder.getProtectionParameter(alias));
83 entry = ks.getEntry(alias, builder.getProtectionParameter(alias));
H A DEntryMethods.java48 public KeyStore.ProtectionParameter getProtectionParameter() { method in class:EntryMethods.FooParameter
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java227 public ProtectionParameter getProtectionParameter(); method in interface:KeyStore.LoadStoreParameter
1415 public abstract ProtectionParameter getProtectionParameter(String alias) method in class:KeyStore.Builder
1422 * #getProtectionParameter getProtectionParameter()} method will
1453 public ProtectionParameter getProtectionParameter(String alias)
1490 * <p>Calls to {@link #getProtectionParameter getProtectionParameter()}
1636 getProtectionParameter(String alias) { method in class:KeyStore.Builder.FileBuilder
1661 * <p>Calls to {@link #getProtectionParameter getProtectionParameter()}
1764 public ProtectionParameter getProtectionParameter() { method in class:KeyStore.SimpleLoadStoreParameter
[all...]
H A DKeyStoreSpi.java389 ProtectionParameter protection = param.getProtectionParameter();
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSecmod.java602 public ProtectionParameter getProtectionParameter() { method in class:Secmod.KeyStoreLoadParameter
H A DP11KeyStore.java792 * <p> The <code>LoadStoreParameter.getProtectionParameter()</code>
838 KeyStore.ProtectionParameter pp = param.getProtectionParameter();
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DX509KeyManagerImpl.java244 (keyStoreAlias, builder.getProtectionParameter(alias));

Completed in 41 milliseconds