Commit 17bbfc1
chore: add Beta annotation for new mtls functions (#1167)
* feat: support keystore in transport for mtls
* fix format
* update code
* add tests
* update test and doc
* update names
* create keystore from cert and key string
* change certAndKey from string to inputstream
* add mtls file
* Update google-http-client/src/main/java/com/google/api/client/http/javanet/NetHttpTransport.java
Co-authored-by: Jeff Ching <[email protected]>
* Update google-http-client/src/main/java/com/google/api/client/http/javanet/NetHttpTransport.java
Co-authored-by: Jeff Ching <[email protected]>
* Update google-http-client/src/main/java/com/google/api/client/util/SslUtils.java
Co-authored-by: Jeff Ching <[email protected]>
* Update google-http-client/src/main/java/com/google/api/client/util/SslUtils.java
Co-authored-by: Jeff Ching <[email protected]>
* Update google-http-client/src/test/java/com/google/api/client/util/SecurityUtilsTest.java
Co-authored-by: Jeff Ching <[email protected]>
* Update google-http-client/src/main/java/com/google/api/client/util/SslUtils.java
Co-authored-by: Jeff Ching <[email protected]>
* update the code
* fix name
* chore: add Beta annotation for new mtls functions
* update Beta
* add since tag
Co-authored-by: Jeff Ching <[email protected]>1 parent 51762f2 commit 17bbfc1
File tree
4 files changed
+12
-1
lines changed- google-http-client/src/main/java/com/google/api/client
- http
- javanet
- util
4 files changed
+12
-1
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | | - | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
| 298 | + | |
297 | 299 | | |
298 | 300 | | |
299 | 301 | | |
| |||
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
| 307 | + | |
305 | 308 | | |
| 309 | + | |
306 | 310 | | |
307 | 311 | | |
308 | 312 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| 264 | + | |
264 | 265 | | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
| 271 | + | |
270 | 272 | | |
| 273 | + | |
271 | 274 | | |
272 | 275 | | |
273 | 276 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| 127 | + | |
126 | 128 | | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
0 commit comments