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

/libcore/luni/src/main/java/java/security/
H A DKeyStore.java755 * @param protectionParameter
761 * if {@code keyStore} or {@code protectionParameter} is
767 ProtectionParameter protectionParameter) {
771 if (protectionParameter == null) {
772 throw new NullPointerException("protectionParameter == null");
777 return new BuilderImpl(keyStore, protectionParameter, null, null, null);
796 * @param protectionParameter
802 * if {@code type, protectionParameter} or {@code file} is
805 * {@code protectionParameter} not an instance of either
811 File file, ProtectionParameter protectionParameter) {
766 newInstance(KeyStore keyStore, ProtectionParameter protectionParameter) argument
810 newInstance(String type, Provider provider, File file, ProtectionParameter protectionParameter) argument
867 newInstance(String type, Provider provider, ProtectionParameter protectionParameter) argument
[all...]

Completed in 22 milliseconds