mirror of
https://github.com/google/nomulus
synced 2026-04-18 23:35:54 +00:00
* Fix optional access for VKey nested keys We should have used ofNullable() instead of of() for key creation. Also add a unit test.
* Fix optional access for VKey nested keys We should have used ofNullable() instead of of() for key creation. Also add a unit test.