• eroman's avatar
    Refactor: Expose JwkReader/JwkWriter helper classes. · 4ccb5e4e
    eroman authored
    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
    
    Review URL: https://codereview.chromium.org/687063002
    
    Cr-Commit-Position: refs/heads/master@{#302697}
    4ccb5e4e
jwk.h 9.87 KB