Searched defs:getTrustedCertificate (Results 1 - 3 of 3) 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 DKeyStore.java555 public Certificate getTrustedCertificate() { method in class:KeyStore.TrustedCertificateEntry

Completed in 211 milliseconds