keyAuthenticity property
associates each public key fingerprint its authenticity. Note that if any of the keys from unknownKeys
is
completely missing from this object the key will be considered as unverified in this api instance (same as
if associated to false), but this value won't be cached (will be again part of unknownKeys
in future
instances.
Implementation
final Map<CardinalRsaPublicKeyFingerprint, bool> keyAuthenticity;