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

Add PrivateKeyManager interface.

This interface extends KeyManager and allows obtaining the public key from the
managed private key. With this interface, users can now programmatically obtain
a public keyset from a private one, without relying on reflection (which is
ugly, insecure and does not even work on Android because of ProGuard).

Change-Id: Ie71d8562c4e17c1a7bcc6e59ccd59acc791ae874
ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
GitOrigin-RevId: e766dd2bc0bee91d93b9dd07f1efac193af8eefb
parent 3a4ba55c
No related branches found
No related tags found
No related merge requests found
Showing
with 280 additions and 124 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