Skip to content
Snippets Groups Projects
Commit 6bb0535b authored by Thai Duong's avatar Thai Duong
Browse files

Revert "Adding JSON-formatting for Key and KeyFormat protos."

This reverts commit e3fdeda0b53175cca97d0b99a2c3811f6bf90310.

This feature adds a lot of code, but it's unused and it's not very
flexible because it supports only one JSON format, but I found that users
might store their keys in many different formats (e.g., PEM, JWK, etc.).

Instead of using a single, universal reader that, by delegating to key
managers, can parse arbitrary key types, we should add a series of small
readers, each can parse a specific key type, only when there's a clear
demand for them.

Change-Id: I64171ab08ab3d90515227137ebc8bdce13d09032
PiperOrigin-RevId: 189351693
GitOrigin-RevId: 4663a01d8b0cce2e4ee736e8621070eb571e1ba5
parent e9e0cfdd
No related branches found
No related tags found
Loading
Showing
with 31 additions and 1478 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment