Home
last modified time | relevance | path

Searched defs:trustedCert (Results 1 – 5 of 5) 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.java115 X509Certificate trustedCert = anchor.getTrustedCert(); in validate() local
DForwardBuilder.java88 X509Certificate trustedCert = anchor.getTrustedCert(); in ForwardBuilder() local
/libcore/ojluni/annotations/hiddenapi/java/security/
DKeyStore.java504 public TrustedCertificateEntry(java.security.cert.Certificate trustedCert) { in TrustedCertificateEntry()
509 java.security.cert.Certificate trustedCert, in TrustedCertificateEntry()
/libcore/ojluni/src/main/java/java/security/
DKeyStore.java769 public TrustedCertificateEntry(Certificate trustedCert) { in TrustedCertificateEntry()
792 public TrustedCertificateEntry(Certificate trustedCert, in TrustedCertificateEntry()