PgpPublicKeyRingBundle
Return the number of key rings in this collection.
Build a PgpPublicKeyRingBundle from the passed in input stream.
public static PgpPublicKeyRingBundle AddPublicKeyRing(PgpPublicKeyRingBundle bundle, PgpPublicKeyRing publicKeyRing)
Return a new bundle containing the contents of the passed in bundle and
the passed in public key ring.
public static PgpPublicKeyRingBundle RemovePublicKeyRing(PgpPublicKeyRingBundle bundle, PgpPublicKeyRing publicKeyRing)
Return a new bundle containing the contents of the passed in bundle with
the passed in public key ring removed.
Return true if a key matching the passed in key ID is present, false otherwise.
Allow enumeration of the public key rings making up this collection.
Allow enumeration of the key rings associated with the passed in userId.
Allow enumeration of the key rings associated with the passed in userId.
Allow enumeration of the key rings associated with the passed in userId.
Return the PGP public key associated with the given key id.
Return the PGP public key associated with the given key fingerprint.
Return the public key ring which contains the key referred to by keyId
Return the public key ring which contains the key associated with the given key fingerprint.