PgpSecretKeyRingBundle
Return the number of rings in this collection.
Build a PgpSecretKeyRingBundle from the passed in input stream.
public static PgpSecretKeyRingBundle AddSecretKeyRing(PgpSecretKeyRingBundle bundle, PgpSecretKeyRing secretKeyRing)
Return a new bundle containing the contents of the passed in bundle and
the passed in secret key ring.
public static PgpSecretKeyRingBundle RemoveSecretKeyRing(PgpSecretKeyRingBundle bundle, PgpSecretKeyRing secretKeyRing)
Return a new bundle containing the contents of the passed in bundle with
the passed in secret key ring removed.
Return true if a key matching the passed in key ID is present, false otherwise.
Allow enumeration of the secret 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 secret key associated with the given key id.
Return the secret key ring which contains the key referred to by keyId