Home
last modified time | relevance | path

Searched refs:certificateEntry (Results 1 – 5 of 5) sorted by relevance

/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
DTestKeyStore.java896 TrustedCertificateEntry certificateEntry = in issuer() local
898 Certificate certificate = certificateEntry.getTrustedCertificate(); in issuer()
988 TrustedCertificateEntry certificateEntry = in rootCertificate() local
990 Certificate certificate = certificateEntry.getTrustedCertificate(); in rootCertificate()
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
DTestKeyStore.java893 TrustedCertificateEntry certificateEntry = in issuer() local
895 Certificate certificate = certificateEntry.getTrustedCertificate(); in issuer()
985 TrustedCertificateEntry certificateEntry = in rootCertificate() local
987 Certificate certificate = certificateEntry.getTrustedCertificate(); in rootCertificate()
/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1611 type certificateEntry struct { struct
1634 certificates []certificateEntry
1699 var cert certificateEntry
Dhandshake_client.go1100 certMsg.certificates = append(certMsg.certificates, certificateEntry{
1298 certMsg.certificates = append(certMsg.certificates, certificateEntry{
Dhandshake_server.go880 cert := certificateEntry{
1625 certMsg.certificates = append(certMsg.certificates, certificateEntry{