Home
last modified time | relevance | path

Searched defs:trustedCert (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/security/cert/
DTrustAnchor.java68 private final X509Certificate trustedCert; field in TrustAnchor
123 public TrustAnchor(X509Certificate trustedCert, byte[] nameConstraints) in TrustAnchor()
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DPKIXCertPathValidator.java118 X509Certificate trustedCert = anchor.getTrustedCert(); in validate() local
DForwardBuilder.java88 X509Certificate trustedCert = anchor.getTrustedCert(); in ForwardBuilder() local
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java769 public TrustedCertificateEntry(Certificate trustedCert) { in TrustedCertificateEntry()
792 public TrustedCertificateEntry(Certificate trustedCert, in TrustedCertificateEntry()