/aosp_15_r20/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
H A D | TlsTest.java | 81 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 D | TrustedCertificateIndex.java | 113 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 D | TrustedCertificateIndex.java | 118 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 D | XdsTrustManagerFactoryTest.java | 60 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 D | CaCertManagementTest.java | 386 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 D | AndroidKeyStoreTest.java | 1486 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 D | WifiConfigurationHelper.java | 120 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 D | NettyClientTransportTest.java | 308 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 D | AdvancedTlsTest.java | 85 private X509Certificate[] caCert; field in AdvancedTlsTest
|
/aosp_15_r20/packages/modules/DnsResolver/ |
D | PrivateDnsConfiguration.cpp | 118 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 D | IkeSessionParamsUtils.java | 424 X509Certificate caCert = config.getRemoteCaCert(); in toPersistableBundle() local 472 X509Certificate caCert = null; in setBuilderByReadingPersistableBundle() local
|
H A D | EapSessionConfigUtils.java | 260 X509Certificate caCert = null; in setBuilderByReadingPersistableBundle() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/security/cert/ |
H A D | X509CRLTest.java | 172 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 D | CertPathValidatorTest.java | 67 X509CertificateHolder caCert = new JcaX509CertificateHolder(caCertJca); in generateOCSPResponse() local
|
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/ |
D | IkeSessionParamsTest.java | 874 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 D | TestKeyStore.java | 560 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 D | TestKeyStore.java | 566 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 D | TestKeyStore.java | 567 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/ |
D | istio_echo.proto | 60 string caCert = 12; field
|
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/ |
H A D | istio_echo.proto | 60 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 D | echo.proto | 64 string caCert = 12; field
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/ |
H A D | DirectDelegatedCertInstallerTest.java | 100 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 D | Elasticurl.java | 253 String caCert = cli.getOptionValue("cacert"); in main() local
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
H A D | DelegatedCertInstallerTest.java | 124 final Certificate caCert = CertificateFactory.getInstance("X.509") in testCaCertsOperations() local
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiKeyStore.java | 329 Certificate caCert = null; in updateNetworkKeys() local
|