blob: 81ec30d25c74b329d69eaa2ba3744fe9ecb50b37 [file] [log] [blame]
package org.apache.harmony.security.tests.java.security;
import java.security.KeyStore;
public class KeyStoreLoadStoreParameterTest {
class MyLoadStoreParameter implements KeyStore.LoadStoreParameter {
public KeyStore.ProtectionParameter getProtectionParameter() {
return null;
}
}
}