Searched refs:setCertificateEntry (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/test/sun/security/pkcs11/Secmod/
H A DAddTrustedCert.java66 ks.setCertificateEntry(alias, cert);
67 ks.setCertificateEntry(alias, cert);
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DImportKeyStore.java77 dstks.setCertificateEntry(alias + "-cert", cert);
H A DTrustManagerTest.java77 trustStore.setCertificateEntry("anchor", anchor);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/
H A DComodoHacker.java267 ks.setCertificateEntry("RSA Export Signer", trustedCert);
H A DBasicConstraints.java385 ks.setCertificateEntry("SunJSSE Test Serivce", trusedCert);
H A DSelfIssuedCert.java241 ks.setCertificateEntry("RSA Export Signer", trusedCert);
H A DPKIXExtendedTM.java730 ks.setCertificateEntry("RSA Export Signer", trusedCert);
H A DSunX509ExtendedTM.java731 ks.setCertificateEntry("RSA Export Signer", trusedCert);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ClientHandshaker/
H A DRSAExport.java532 ks.setCertificateEntry("RSA Export Signer", trustedCert);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLContextImpl/
H A DMD2InTrustAnchor.java235 ks.setCertificateEntry("RSA Export Signer", trusedCert);
H A DTrustTrustedCert.java229 ks.setCertificateEntry("Trusted RSA Signer", trusedCert);
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/TLSv12/
H A DDisabledShortRSAKeys.java241 ks.setCertificateEntry("RSA Export Signer", trusedCert);
H A DShortRSAKey512.java226 ks.setCertificateEntry("RSA Export Signer", trusedCert);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DDNSIdentities.java858 ks.setCertificateEntry("RSA Export Signer", trusedCert);
H A DIPAddressDNSIdentities.java867 ks.setCertificateEntry("RSA Export Signer", trusedCert);
H A DIPAddressIPIdentities.java859 ks.setCertificateEntry("RSA Export Signer", trusedCert);
H A DIPIdentities.java858 ks.setCertificateEntry("RSA Export Signer", trusedCert);
H A DIdentities.java858 ks.setCertificateEntry("RSA Export Signer", trusedCert);
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStore.java824 * created by a call to <code>setCertificateEntry</code>,
950 * created by a call to <code>setCertificateEntry</code>,
964 public final void setCertificateEntry(String alias, Certificate cert) method in class:KeyStore
1068 * was created by a call to <code>setCertificateEntry</code>,
1095 * created by a call to <code>setCertificateEntry</code>,
/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java2637 keyStore.setCertificateEntry(alias, cert);
2671 keyStore.setCertificateEntry(alias, cert);
2682 keyStore.setCertificateEntry(alias, cert);
2692 keyStore.setCertificateEntry(alias, cert);

Completed in 76 milliseconds