Searched refs:getTrustedCertificate (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/security/cert/CertPathBuilder/
H A DNoExtensions.java68 X509Certificate trustedCert = getTrustedCertificate();
95 private static X509Certificate getTrustedCertificate() throws Exception { method in class:NoExtensions
/openjdk7/jdk/src/share/classes/sun/security/validator/
H A DSimpleValidator.java364 X509Certificate trustedCert = getTrustedCertificate(cert);
393 private X509Certificate getTrustedCertificate(X509Certificate cert) { method in class:SimpleValidator
/openjdk7/jdk/src/share/classes/java/security/
H A DKeyStoreSpi.java527 engineSetCertificateEntry(alias, tce.getTrustedCertificate());
H A DKeyStore.java555 public Certificate getTrustedCertificate() { method in class:KeyStore.TrustedCertificateEntry
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11KeyStore.java1043 Certificate cert = ((TrustedCertificateEntry)entry).getTrustedCertificate();

Completed in 56 milliseconds