Home
last modified time | relevance | path

Searched defs:tlsContext (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
H A DMqtt5ClientTest.java350 try (TlsContext tlsContext = new TlsContext(tlsOptions)) { in ConnDC_UC3()
379 TlsContext tlsContext = new TlsContext(tlsOptions); in ConnDC_UC4()
423 try (TlsContext tlsContext = new TlsContext(tlsOptions)) { in ConnDC_UC5()
620 try (TlsContext tlsContext = new TlsContext(tlsOptions)) { in ConnWS_UC3()
670 TlsContext tlsContext = new TlsContext(tlsOptions); in ConnWS_UC5() local
1182 TlsContext tlsContext = new TlsContext(tlsOptions)) in ConnNegativeID_UC7()
1233 TlsContext tlsContext = new TlsContext(tlsOptions); in NewNegative_UC1() local
1330 TlsContext tlsContext = new TlsContext(tlsOptions); in NewNegative_UC1_ALT() local
1413 TlsContext tlsContext = new TlsContext(tlsOptions); in NewNegative_UC2() local
1459 TlsContext tlsContext = new TlsContext(tlsOptions); in NewNegative_UC2_ALT() local
[all …]
H A DMqtt5to3AdapterConnectionTest.java333 TlsContext tlsContext = new TlsContext(tlsOptions);) { in TestmTLSConnectThroughMqtt5()
420 TlsContext tlsContext = new TlsContext(tlsOptions); in TestWebsocketHttpProxyConnectThroughMqtt5() local
531 TlsContext tlsContext = new TlsContext(tlsOptions);) { in TestmTLSConnectThroughMqtt311()
614 TlsContext tlsContext = new TlsContext(tlsOptions); in TestWebsocketHttpProxyConnectThroughMqtt311() local
682 TlsContext tlsContext = new TlsContext(tlsOptions); in TestOperationSubUnsub() local
779 TlsContext tlsContext = new TlsContext(tlsOptions); in TestAnauthorizedSub() local
843 TlsContext tlsContext = new TlsContext(tlsOptions); in TestNullPubAck() local
895 TlsContext tlsContext = new TlsContext(tlsOptions);) { in TestConnectionSuccessCallback()
927 TlsContext tlsContext = new TlsContext(tlsOptions);) { in TestConnectionFailureCallback()
972 TlsContext tlsContext = new TlsContext(tlsOptions); in TestMultipleAdapter() local
H A DMqttClientConnectionFixture.java148 …boolean connectDirectWithConfig(TlsContext tlsContext, String endpoint, int port, String username,… in connectDirectWithConfig()
158 …boolean connectDirectWithConfigThrows(TlsContext tlsContext, String endpoint, int port, String use… in connectDirectWithConfigThrows()
260 …edentialsProvider credentialsProvider, String endpoint, int port, TlsContext tlsContext, String us… in connectWebsocketsWithCredentialsProvider()
H A DMqttClientConnectionMethodTest.java485 try (TlsContext tlsContext = new TlsContext(tlsOptions);) in ConnWS_UC3()
518 try (TlsContext tlsContext = new TlsContext(tlsOptions);) in ConnWS_UC4()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DClusterResolverLoadBalancerProvider.java123 final UpstreamTlsContext tlsContext; field in ClusterResolverLoadBalancerProvider.ClusterResolverConfig.DiscoveryMechanism
140 @Nullable Long maxConcurrentRequests, @Nullable UpstreamTlsContext tlsContext, in DiscoveryMechanism()
154 @Nullable UpstreamTlsContext tlsContext, in forEds()
162 @Nullable UpstreamTlsContext tlsContext) { in forLogicalDns()
H A DClusterResolverLoadBalancer.java320 protected final UpstreamTlsContext tlsContext; field in ClusterResolverLoadBalancer.ClusterResolverLbState.ClusterState
334 @Nullable Long maxConcurrentRequests, @Nullable UpstreamTlsContext tlsContext, in ClusterState()
358 @Nullable UpstreamTlsContext tlsContext, @Nullable OutlierDetection outlierDetection) { in EdsClusterState()
539 @Nullable UpstreamTlsContext tlsContext) { in LogicalDnsClusterState()
711 @Nullable UpstreamTlsContext tlsContext, LoadBalancerRegistry lbRegistry, in generateDnsBasedPriorityChildConfig()
734 @Nullable Long maxConcurrentRequests, @Nullable UpstreamTlsContext tlsContext, in generateEdsBasedPriorityChildConfigs()
H A DClusterImplLoadBalancerProvider.java87 final UpstreamTlsContext tlsContext; field in ClusterImplLoadBalancerProvider.ClusterImplConfig
96 @Nullable UpstreamTlsContext tlsContext) { in ClusterImplConfig()
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
H A DTlsConnectionOptions.java20 private TlsContext tlsContext; field in TlsConnectionOptions
26 public TlsConnectionOptions(TlsContext tlsContext) { in TlsConnectionOptions()
107 String alpn, String serverName, int connectTimeoutMs, long tlsContext); in tlsConnectionOptionsNew()
/aosp_15_r20/external/aws-sdk-java-v2/core/crt-core/src/test/java/software/amazon/awssdk/crtcore/
H A DCrtConnectionUtilsTest.java40 TlsContext tlsContext = Mockito.mock(TlsContext.class); in resolveProxy_basicAuthorization() local
53 TlsContext tlsContext = Mockito.mock(TlsContext.class); in resolveProxy_emptyProxy_shouldReturnEmpty() local
62 TlsContext tlsContext = Mockito.mock(TlsContext.class); in resolveProxy_noneAuthorization() local
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/auth/credentials/
H A DStsWebIdentityCredentialsProvider.java80 Builder withTlsContext(TlsContext tlsContext); in withTlsContext()
91 private TlsContext tlsContext; field in StsWebIdentityCredentialsProvider.BuilderImpl
102 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext()
H A DProfileCredentialsProvider.java92 Builder withTlsContext(TlsContext tlsContext); in withTlsContext()
126 private TlsContext tlsContext; field in ProfileCredentialsProvider.BuilderImpl
140 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext()
H A DEcsCredentialsProvider.java93 Builder withTlsContext(TlsContext tlsContext); in withTlsContext()
122 private TlsContext tlsContext; field in EcsCredentialsProvider.BuilderImpl
136 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext()
H A DStsCredentialsProvider.java87 Builder withTlsContext(TlsContext tlsContext); in withTlsContext()
123 private TlsContext tlsContext; field in StsCredentialsProvider.BuilderImpl
138 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext()
H A DX509CredentialsProvider.java30 private TlsContext tlsContext; field in X509CredentialsProvider.X509CredentialsProviderBuilder
59 public X509CredentialsProviderBuilder withTlsContext(TlsContext tlsContext) { in withTlsContext()
146 TlsContext tlsContext = builder.getTlsContext(); in X509CredentialsProvider() local
H A DCognitoCredentialsProvider.java51 private TlsContext tlsContext; field in CognitoCredentialsProvider.CognitoCredentialsProviderBuilder
129 public CognitoCredentialsProviderBuilder withTlsContext(TlsContext tlsContext) { in withTlsContext()
175 TlsContext tlsContext = builder.getTlsContext(); in CognitoCredentialsProvider() local
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DXdsServerTestHelper.java64 EnvoyServerProtoData.DownstreamTlsContext tlsContext, in generateListenerUpdate()
74 EnvoyServerProtoData.DownstreamTlsContext tlsContext, in generateListenerUpdate()
85 EnvoyServerProtoData.DownstreamTlsContext tlsContext, in buildTestListener()
/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/internal/security/
H A DSslContextProviderSupplier.java39 private final BaseTlsContext tlsContext; field in SslContextProviderSupplier
45 BaseTlsContext tlsContext, TlsContextManager tlsContextManager) { in SslContextProviderSupplier()
H A DSslContextProvider.java46 protected final BaseTlsContext tlsContext; field in SslContextProvider
66 protected SslContextProvider(BaseTlsContext tlsContext) { in SslContextProvider()
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/eventstream/
H A DServerListener.java20 private TlsContext tlsContext = null; field in ServerListener
37 final ServerTlsContext tlsContext, final ServerBootstrap serverBootstrap, in ServerListener()
H A DClientConnection.java140final ClientTlsContext tlsContext, final ClientBootstrap bootstrap, in connect()
200 …ive int clientConnect(byte[] hostName, int port, long socketOptions, long tlsContext, long bootstr… in clientConnect()
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/
H A DHttpProxyOptions.java19 private TlsContext tlsContext; field in HttpProxyOptions
176 public void setTlsContext(TlsContext tlsContext) { in setTlsContext()
H A DHttpClientConnectionManagerOptions.java23 private TlsContext tlsContext; field in HttpClientConnectionManagerOptions
82 public HttpClientConnectionManagerOptions withTlsContext(TlsContext tlsContext) { in withTlsContext()
H A DHttpClientConnectionManager.java55 TlsContext tlsContext = options.getTlsContext(); in HttpClientConnectionManager() local
250 long tlsContext, in httpClientConnectionManagerNew()
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt5/
H A DMqtt5ClientOptions.java31 private TlsContext tlsContext; field in Mqtt5ClientOptions
569 private TlsContext tlsContext; field in Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder
643 public Mqtt5ClientOptionsBuilder withTlsContext(TlsContext tlsContext) in withTlsContext()
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/crt/
H A DS3NativeClientConfiguration.java61 private final TlsContext tlsContext; field in S3NativeClientConfiguration
164 public TlsContext tlsContext() { in tlsContext() method in S3NativeClientConfiguration

123