The PgpPublicKeyRingBundle type exposes the following members.

Constructors

  NameDescription
Public methodPgpPublicKeyRingBundle(array<Byte>[]()[][])
Public methodPgpPublicKeyRingBundle(IEnumerable)
Public methodPgpPublicKeyRingBundle(Stream)
Build a PgpPublicKeyRingBundle from the passed in input stream.

Methods

  NameDescription
Public methodStatic memberAddPublicKeyRing
Return a new bundle containing the contents of the passed in bundle and the passed in public key ring.
Public methodContains
Return true if a key matching the passed in key ID is present, false otherwise.
Public methodEncode
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEncoded
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKeyRings()()()()
Allow enumeration of the public key rings making up this collection.
Public methodGetKeyRings(String)
Allow enumeration of the key rings associated with the passed in userId.
Public methodGetKeyRings(String, Boolean)
Allow enumeration of the key rings associated with the passed in userId.
Public methodGetKeyRings(String, Boolean, Boolean)
Allow enumeration of the key rings associated with the passed in userId.
Public methodGetPublicKey
Return the PGP public key associated with the given key id.
Public methodGetPublicKeyRing
Return the public key ring which contains the key referred to by keyId
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRemovePublicKeyRing
Return a new bundle containing the contents of the passed in bundle with the passed in public key ring removed.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Return the number of key rings in this collection.
Public propertySize Obsolete.

See Also