[apkverify] Use PKey<Public> instead of raw bytes for public key

This CL changes the type of the field Signer.public key from raw
bytes to PKey<Public>.

Test: libapkverify.integration_test
Bug: 247689066
Change-Id: Ib17815b0b4a65c0d5e5aab2c947f9bf30f8a068f
1 file changed
tree: 40c1647df3d1cbe5625cb32832d833c2c1307252
  1. .prebuilt_info/
  2. apex/
  3. apkdmverity/
  4. authfs/
  5. avmd/
  6. compos/
  7. demo/
  8. docs/
  9. javalib/
  10. launcher/
  11. libs/
  12. microdroid/
  13. microdroid_manager/
  14. pvmfw/
  15. rialto/
  16. tests/
  17. virtualizationservice/
  18. vm/
  19. vmbase/
  20. vmclient/
  21. zipfuse/
  22. .clang-format
  23. .gitignore
  24. Android.bp
  25. OWNERS
  26. PREUPLOAD.cfg
  27. README.md
  28. TEST_MAPPING
README.md

Virtualization

This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.