Lines Matching defs:ProtectionParameter

134  *    KeyStore.ProtectionParameter protParam =
227 public ProtectionParameter getProtectionParameter();
233 * <p> The information stored in a <code>ProtectionParameter</code>
242 public static interface ProtectionParameter { }
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</code>
1276 * @see #setEntry(String, KeyStore.Entry, KeyStore.ProtectionParameter)
1280 public final Entry getEntry(String alias, ProtectionParameter protParam)
1303 * @param protParam the <code>ProtectionParameter</code>
1313 * @see #getEntry(String, KeyStore.ProtectionParameter)
1318 ProtectionParameter protParam)
1415 public abstract ProtectionParameter getProtectionParameter(String alias)
1430 * @param protectionParameter the ProtectionParameter used to
1438 final ProtectionParameter protectionParameter) {
1453 public ProtectionParameter getProtectionParameter(String alias)
1504 * @param protection the ProtectionParameter securing the KeyStore data
1511 File file, ProtectionParameter protection) {
1535 private ProtectionParameter protection;
1536 private ProtectionParameter keyProtection;
1544 ProtectionParameter protection,
1635 public synchronized ProtectionParameter
1672 * @param protection the ProtectionParameter securing the Keystore
1676 final Provider provider, final ProtectionParameter protection) {
1740 public ProtectionParameter getProtectionParameter(String alias)
1758 private final ProtectionParameter protection;
1760 SimpleLoadStoreParameter(ProtectionParameter protection) {
1764 public ProtectionParameter getProtectionParameter() {