/aosp_15_r20/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/ |
H A D | Mqtt5ClientTest.java | 350 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 D | Mqtt5to3AdapterConnectionTest.java | 333 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 D | MqttClientConnectionFixture.java | 148 …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 D | MqttClientConnectionMethodTest.java | 485 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 D | ClusterResolverLoadBalancerProvider.java | 123 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 D | ClusterResolverLoadBalancer.java | 320 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 D | ClusterImplLoadBalancerProvider.java | 87 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 D | TlsConnectionOptions.java | 20 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 D | CrtConnectionUtilsTest.java | 40 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 D | StsWebIdentityCredentialsProvider.java | 80 Builder withTlsContext(TlsContext tlsContext); in withTlsContext() 91 private TlsContext tlsContext; field in StsWebIdentityCredentialsProvider.BuilderImpl 102 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext()
|
H A D | ProfileCredentialsProvider.java | 92 Builder withTlsContext(TlsContext tlsContext); in withTlsContext() 126 private TlsContext tlsContext; field in ProfileCredentialsProvider.BuilderImpl 140 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext()
|
H A D | EcsCredentialsProvider.java | 93 Builder withTlsContext(TlsContext tlsContext); in withTlsContext() 122 private TlsContext tlsContext; field in EcsCredentialsProvider.BuilderImpl 136 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext()
|
H A D | StsCredentialsProvider.java | 87 Builder withTlsContext(TlsContext tlsContext); in withTlsContext() 123 private TlsContext tlsContext; field in StsCredentialsProvider.BuilderImpl 138 public Builder withTlsContext(TlsContext tlsContext) { in withTlsContext()
|
H A D | X509CredentialsProvider.java | 30 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 D | CognitoCredentialsProvider.java | 51 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 D | XdsServerTestHelper.java | 64 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 D | SslContextProviderSupplier.java | 39 private final BaseTlsContext tlsContext; field in SslContextProviderSupplier 45 BaseTlsContext tlsContext, TlsContextManager tlsContextManager) { in SslContextProviderSupplier()
|
H A D | SslContextProvider.java | 46 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 D | ServerListener.java | 20 private TlsContext tlsContext = null; field in ServerListener 37 final ServerTlsContext tlsContext, final ServerBootstrap serverBootstrap, in ServerListener()
|
H A D | ClientConnection.java | 140 … final 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 D | HttpProxyOptions.java | 19 private TlsContext tlsContext; field in HttpProxyOptions 176 public void setTlsContext(TlsContext tlsContext) { in setTlsContext()
|
H A D | HttpClientConnectionManagerOptions.java | 23 private TlsContext tlsContext; field in HttpClientConnectionManagerOptions 82 public HttpClientConnectionManagerOptions withTlsContext(TlsContext tlsContext) { in withTlsContext()
|
H A D | HttpClientConnectionManager.java | 55 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 D | Mqtt5ClientOptions.java | 31 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 D | S3NativeClientConfiguration.java | 61 private final TlsContext tlsContext; field in S3NativeClientConfiguration 164 public TlsContext tlsContext() { in tlsContext() method in S3NativeClientConfiguration
|