Searched refs:CommonBootstrapperTestUtils (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/ |
H A D | ServerSslContextProviderFactoryTest.java | 28 import io.grpc.xds.CommonBootstrapperTestUtils; 73 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in createCertProviderServerSslContextProvider() 112 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in bothPresent_expectCertProviderServerSslContextProvider() 139 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in createCertProviderServerSslContextProvider_onlyCertInstance() 174 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in createCertProviderServerSslContextProvider_withStaticContext() 205 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in createCertProviderServerSslContextProvider_2providers() 244 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in createNewCertProviderServerSslContextProvider_withSans()
|
H A D | ClientSslContextProviderFactoryTest.java | 32 import io.grpc.xds.CommonBootstrapperTestUtils; 81 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in createCertProviderClientSslContextProvider() 116 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in bothPresent_expectCertProviderClientSslContextProvider() 142 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in createCertProviderClientSslContextProvider_onlyRootCert() 176 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in createCertProviderClientSslContextProvider_withStaticContext() 206 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in createCertProviderClientSslContextProvider_2providers() 243 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in createNewCertProviderClientSslContextProvider_withSans() 277 Bootstrapper.BootstrapInfo bootstrapInfo = CommonBootstrapperTestUtils.getTestBootstrapInfo(); in createNewCertProviderClientSslContextProvider_onlyRootCert()
|
H A D | TlsContextManagerTest.java | 34 import io.grpc.xds.CommonBootstrapperTestUtils; 58 Bootstrapper.BootstrapInfo bootstrapInfoForServer = CommonBootstrapperTestUtils in createServerSslContextProvider() 77 Bootstrapper.BootstrapInfo bootstrapInfoForClient = CommonBootstrapperTestUtils in createClientSslContextProvider() 96 Bootstrapper.BootstrapInfo bootstrapInfoForServer = CommonBootstrapperTestUtils in createServerSslContextProvider_differentInstance() 121 Bootstrapper.BootstrapInfo bootstrapInfoForClient = CommonBootstrapperTestUtils in createClientSslContextProvider_differentInstance()
|
H A D | SecurityProtocolNegotiatorsTest.java | 49 import io.grpc.xds.CommonBootstrapperTestUtils; 150 Bootstrapper.BootstrapInfo bootstrapInfoForClient = CommonBootstrapperTestUtils in clientSecurityHandler_addLast() 217 Bootstrapper.BootstrapInfo bootstrapInfoForServer = CommonBootstrapperTestUtils in serverSecurityHandler_addLast() 362 Bootstrapper.BootstrapInfo bootstrapInfoForClient = CommonBootstrapperTestUtils in clientSecurityProtocolNegotiatorNewHandler_fireProtocolNegotiationEvent() 413 Bootstrapper.BootstrapInfo bootstrapInfoForClient = CommonBootstrapperTestUtils in clientSecurityProtocolNegotiatorNewHandler_handleHandlerRemoved()
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/certprovider/ |
H A D | CertProviderClientSslContextProviderTest.java | 37 import io.grpc.xds.CommonBootstrapperTestUtils; 123 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForClient_mtls() 186 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForClient_mtls_newXds() 249 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForClient_queueExecutor() 282 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForClient_tls() 319 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForClient_sslContextException_onError() 350 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForClient_rootInstanceNull_expectError()
|
H A D | CertProviderServerSslContextProviderTest.java | 36 import io.grpc.xds.CommonBootstrapperTestUtils; 122 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForServer_mtls() 191 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForServer_mtls_newXds() 255 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForServer_queueExecutor() 289 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForServer_tls() 330 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForServer_sslContextException_onError() 367 CommonBootstrapperTestUtils.getTestBootstrapInfo(), in testProviderForServer_certInstanceNull_expectError()
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | XdsSecurityClientServerTest.java | 307 bootstrapInfoForServer = CommonBootstrapperTestUtils in setBootstrapInfoAndBuildDownstreamTlsContext() 317 bootstrapInfoForClient = CommonBootstrapperTestUtils in setBootstrapInfoAndBuildUpstreamTlsContext()
|
H A D | CommonBootstrapperTestUtils.java | 29 public class CommonBootstrapperTestUtils { class
|