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

/openjdk7/jdk/test/java/security/KeyStore/
H A DEntryMethods.java207 // TEST setEntry with alias/entry/protParam - use invalid alias
209 ks.setEntry("foo", new FooEntry(),
219 // TEST setEntry with alias/entry/null protParam - set private key
221 ks.setEntry("newPrivKey", pkeNew, null);
229 // TEST setEntry with alias/entry/random protParam - set private key
231 ks.setEntry("newPrivKey", pkeNew, new FooProtect());
239 // TEST setEntry with alias/entry/protParam - set private key
240 ks.setEntry("newPrivKey", pkeNew,
252 // TEST setEntry with alias/entry/non null protParam - set trusted cert
254 ks.setEntry("newTrustedcer
[all...]
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DImportKeyStore.java81 dstks.setEntry(alias, entry, null);
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarVerifier.java138 mev.setEntry(null, je);
146 mev.setEntry(null, je);
157 mev.setEntry(null, je);
173 mev.setEntry(name, je);
178 mev.setEntry(null, je);
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DManifestEntryVerifier.java94 public void setEntry(String name, JarEntry entry) method in class:ManifestEntryVerifier
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DBasic.java548 ks.setEntry("pk1SA",
602 ks.setEntry("pk1SA-2",
684 ks.setEntry("pk2",
889 // setEntry unknown entry type
891 ks.setEntry("foo", new FooEntry(), null);
892 throw new SecurityException("setEntry should have failed");
913 ks.setEntry("sk3",
919 ks.setEntry("sk4",
1021 ks.setEntry("pk2",
1027 ks.setEntry("pk
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java146 * ks.setEntry("secretKeyAlias", skEntry, protParam);
769 * or by a call to <code>setEntry</code> with a
799 * or by a call to <code>setEntry</code> with a
825 * or created by a call to <code>setEntry</code> with a
831 * or created by a call to <code>setEntry</code> with a
951 * or created by a call to <code>setEntry</code> with a
1046 * or created by a call to <code>setEntry</code> with a
1069 * or created by a call to <code>setEntry</code> with a
1096 * or created by a call to <code>setEntry</code> with a
1102 * or created by a call to <code>setEntry</cod
1317 public final void setEntry(String alias, Entry entry, method in class:KeyStore
[all...]
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java1614 keyStore.setEntry(dest, entry, pp);
1882 * 2 if setEntry throws Exception
1926 keyStore.setEntry(newAlias, entry, pp);

Completed in 94 milliseconds