| Package | Description |
|---|---|
| com.google.api.client.googleapis.apache.v2 |
Google APIs support based on the Apache HTTP Client.
|
| com.google.api.client.googleapis.javanet |
Google API's support based on the
java.net package. |
| com.google.api.client.googleapis.mtls |
Mutual TLS utilities for the Google API Client Library.
|
| Modifier and Type | Method and Description |
|---|---|
static ApacheHttpTransport |
GoogleApacheHttpTransport.newTrustedTransport(MtlsProvider mtlsProvider)
Beta Returns a new instance of ApacheHttpTransport that uses GoogleUtils.getCertificateTrustStore() for the trusted certificates. |
| Modifier and Type | Method and Description |
|---|---|
static NetHttpTransport |
GoogleNetHttpTransport.newTrustedTransport(MtlsProvider mtlsProvider)
Beta Returns a new instance of NetHttpTransport that uses GoogleUtils.getCertificateTrustStore() for the trusted certificates using NetHttpTransport.Builder.trustCertificates(KeyStore). |
| Modifier and Type | Method and Description |
|---|---|
static MtlsProvider |
MtlsUtils.getDefaultMtlsProvider()
Returns the default MtlsProvider instance.
|
Copyright © 2010–2022 Google. All rights reserved.