unknownKeys property
All public keys in hex-encoded spki format of dataOwner
for which the authenticity status (verified or unverified) is
unknown (no result was cached from a previous api instantiation and the key was not generated on the current device).
This could include keys that were recovered automatically by the sdk and may have overlap with unavailableKeys
.
Implementation
final List<CardinalRsaPublicKey> unknownKeys;