DescriptionRefactor: Expose JwkReader/JwkWriter helper classes.
This tidies the code up a bit, and I use these interfaces in a subsequent changelist (for EC keys).
The vision is that jwk.h/jwk.cc should just define these two helpers, and all the other algorithm-specific logic (EC keys, RSA keys, AES keys, HMAC keys etc..) is built using JwkReader/JwkWriter, and lives in the algorithm-specific files.
BUG=399094
Committed: https://crrev.com/4ccb5e4ec3cf49ab49d47a2cd59fe5165cf42f79
Cr-Commit-Position: refs/heads/master@{#302697}
Patch Set 1 : #
Total comments: 7
Patch Set 2 : Expose JwkReader::GetAlg() #
Total comments: 19
Patch Set 3 : Address feedback from sleevi: property/key --> member #Patch Set 4 : utf-8 --> UTF-8 #
Total comments: 4
Patch Set 5 : update moar comments #Messages
Total messages: 12 (3 generated)
|