diff options
author | Adam Vartanian <flooey@google.com> | 2018-01-03 14:44:12 +0000 |
---|---|---|
committer | Adam Vartanian <flooey@google.com> | 2018-01-04 09:52:26 +0000 |
commit | 6b6741fdfe5a44ab82be549e1e97ca868e2020b9 (patch) | |
tree | 0220e052a2a928f30f42c83f7170c065ad05ae85 /tools | |
parent | e587dfcc3b513da0421054d1695cbc3f590a6a3b (diff) |
Update crypto Javadoc.
Done using the process as described in libcore/tools/docs/crypto/README.
Bug: 70704157
Test: make docs
Change-Id: Ie28826c0a752297b4b5f0115279d59b762400d20
Diffstat (limited to 'tools')
-rw-r--r-- | tools/docs/crypto/data/crypto_support.json | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/tools/docs/crypto/data/crypto_support.json b/tools/docs/crypto/data/crypto_support.json index 124a457674..8730405440 100644 --- a/tools/docs/crypto/data/crypto_support.json +++ b/tools/docs/crypto/data/crypto_support.json @@ -1,6 +1,6 @@ # This file is autogenerated. See libcore/tools/docs/crypto/README for details. { - "api_level": "26", + "api_level": "28", "categories": [ { "algorithms": [ @@ -41,6 +41,10 @@ "supported_api_levels": "10+" }, { + "name": "ChaCha20", + "supported_api_levels": "28+" + }, + { "name": "DES", "supported_api_levels": "1+" }, @@ -283,6 +287,10 @@ "supported_api_levels": "10+" }, { + "name": "ARC4/NONE/NoPadding", + "supported_api_levels": "28+" + }, + { "name": "BLOWFISH/CBC/ISO10126Padding", "supported_api_levels": "10+" }, @@ -355,6 +363,14 @@ "supported_api_levels": "10+" }, { + "name": "ChaCha20/NONE/NoPadding", + "supported_api_levels": "28+" + }, + { + "name": "ChaCha20/Poly1305/NoPadding", + "supported_api_levels": "28+" + }, + { "name": "DES/CBC/ISO10126Padding", "supported_api_levels": "1+" }, @@ -624,6 +640,10 @@ "supported_api_levels": "10+" }, { + "name": "ChaCha20", + "supported_api_levels": "28+" + }, + { "name": "DES", "supported_api_levels": "1+" }, @@ -2721,5 +2741,5 @@ "name": "TrustManagerFactory" } ], - "last_updated": "2017-05-05 07:40:17 UTC" + "last_updated": "2018-01-03 14:21:23 UTC" }
\ No newline at end of file |