Home
last modified time | relevance | path

Searched defs:caCert (Results 1 – 25 of 170) sorted by relevance

1234567

/aosp_15_r20/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
H A DTlsTest.java81 try (InputStream caCert = TlsTesting.loadCert("ca.pem")) { in basicTls_succeeds()
159 try (InputStream caCert = TlsTesting.loadCert("ca.pem")) { in missingOptionalClientCert_succeeds()
183 try (InputStream caCert = TlsTesting.loadCert("ca.pem")) { in missingRequiredClientCert_fails()
220 try (InputStream caCert = TlsTesting.loadCert("ca.pem")) { in unmatchedServerSubjectAlternativeNames_fails()
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/
H A DTrustedCertificateIndex.java113 X509Certificate caCert = anchor.getTrustedCert(); in findByIssuerAndSignature() local
146 X509Certificate caCert = anchor.getTrustedCert(); in findBySubjectAndPublicKey() local
187 X509Certificate caCert = anchor.getTrustedCert(); in findAllByIssuerAndSignature() local
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
H A DTrustedCertificateIndex.java118 X509Certificate caCert = anchor.getTrustedCert(); in findByIssuerAndSignature() local
152 X509Certificate caCert = anchor.getTrustedCert(); in findBySubjectAndPublicKey() local
194 X509Certificate caCert = anchor.getTrustedCert(); in findAllByIssuerAndSignature() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/trust/
H A DXdsTrustManagerFactoryTest.java60 X509Certificate caCert = acceptedIssuers[0]; in constructor_fromFile() local
80 X509Certificate caCert = acceptedIssuers[0]; in constructor_fromInlineBytes() local
103 X509Certificate caCert = acceptedIssuers[0]; in constructor_fromRootCert() local
/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/
H A DCaCertManagementTest.java386 Certificate caCert = readCertificate(caBytes); in assertCaCertInstalledAndTrusted() local
412 private boolean isCaCertListed(Certificate caCert) throws CertificateException { in isCaCertListed()
424 private void assertCaCertTrustStatusChange(Certificate caCert, boolean newStatus) in assertCaCertTrustStatusChange()
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DAndroidKeyStoreTest.java1486 final Certificate caCert = f in testKeyStore_SetEntry_CAEntry_Overwrites_PrivateKeyEntry_Unencrypted_Success() local
1533 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_CAEntry_Unencrypted_Success() local
1581 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetEntry_PrivateKeyEntry_Overwrites_ShortPrivateKeyEntry_Unencrypted_Success() local
1638 final Certificate caCert = f in testKeyStore_SetEntry_CAEntry_Overwrites_CAEntry_Unencrypted_Success() local
1679 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetKeyEntry_ProtectedKey_Unencrypted_Failure() local
1700 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetKeyEntry_Unencrypted_Success() local
1727 final Certificate caCert = f.generateCertificate(new ByteArrayInputStream(FAKE_RSA_CA_1)); in testKeyStore_SetKeyEntry_Replaced_Unencrypted_Success() local
/aosp_15_r20/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java120 Integer phase2, String identity, String anonymousIdentity, String caCert, in createEapConfig()
229 String caCert = null; in getWifiConfiguration() local
/aosp_15_r20/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
H A DNettyClientTransportTest.java308 InputStream caCert = TlsTesting.loadCert("ca.pem"); in tlsNegotiationFailurePropagatesToStatus() local
701 InputStream caCert = TlsTesting.loadCert("ca.pem"); in tlsNegotiationServerExecutorShouldSucceed() local
730 InputStream caCert = TlsTesting.loadCert("ca.pem"); in newNegotiator() local
H A DAdvancedTlsTest.java85 private X509Certificate[] caCert; field in AdvancedTlsTest
/aosp_15_r20/packages/modules/DnsResolver/
DPrivateDnsConfiguration.cpp118 const std::string& name, const std::string& caCert, in set()
151 const std::string& name, const std::string& caCert) { in setDot()
598 const std::string& name, const std::string& caCert, in setDoh()
/aosp_15_r20/frameworks/base/packages/Vcn/framework-b/src/android/net/vcn/persistablebundleutils/
H A DIkeSessionParamsUtils.java424 X509Certificate caCert = config.getRemoteCaCert(); in toPersistableBundle() local
472 X509Certificate caCert = null; in setBuilderByReadingPersistableBundle() local
H A DEapSessionConfigUtils.java260 X509Certificate caCert = null; in setBuilderByReadingPersistableBundle() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/security/cert/
H A DX509CRLTest.java172 X509Certificate caCert = getCertificate(f, CERT_CRL_CA); in test_X509CRLImpl_verify() local
213 X509Certificate caCert = getCertificate(f, CERT_CRL_CA); in verify() local
H A DCertPathValidatorTest.java67 X509CertificateHolder caCert = new JcaX509CertificateHolder(caCertJca); in generateOCSPResponse() local
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java874 X509Certificate caCert = CertUtils.createCertFromPemFile("self-signed-ca-b.pem"); in testPersistableBundleEncodeDecodeAuthDigitalSignRemote() local
886 X509Certificate caCert = CertUtils.createCertFromPemFile("self-signed-ca-b.pem"); in testEqualsAuthConfigDigitalSignRemote() local
/aosp_15_r20/libcore/support/src/test/java/libcore/java/security/
H A DTestKeyStore.java560 X509Certificate caCert; in createKeys() local
944 X509CertificateHolder caCert = new JcaX509CertificateHolder(caCertJca); in generateOCSPResponse() local
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
H A DTestKeyStore.java566 X509Certificate caCert; in createKeys() local
925 X509CertificateHolder caCert = new JcaX509CertificateHolder(caCertJca); in generateOCSPResponse() local
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
H A DTestKeyStore.java567 X509Certificate caCert; in createKeys() local
924 X509CertificateHolder caCert = new JcaX509CertificateHolder(caCertJca); in generateOCSPResponse() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Distio_echo.proto60 string caCert = 12; field
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Distio_echo.proto60 string caCert = 12; field
/aosp_15_r20/external/grpc-grpc-java/istio-interop-testing/third_party/istio/src/main/proto/test/echo/proto/
H A Decho.proto64 string caCert = 12; field
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
H A DDirectDelegatedCertInstallerTest.java100 final Certificate caCert = CertificateFactory.getInstance("X.509") in testCaCertsOperations() local
/aosp_15_r20/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
H A DElasticurl.java253 String caCert = cli.getOptionValue("cacert"); in main() local
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
H A DDelegatedCertInstallerTest.java124 final Certificate caCert = CertificateFactory.getInstance("X.509") in testCaCertsOperations() local
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiKeyStore.java329 Certificate caCert = null; in updateNetworkKeys() local

1234567