The PgpSecretKeyRingBundle type exposes the following members.

Constructors

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

Methods

  NameDescription
Public methodStatic memberAddSecretKeyRing
Return a new bundle containing the contents of the passed in bundle and the passed in secret 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 secret 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 methodGetSecretKey
Return the PGP secret key associated with the given key id.
Public methodGetSecretKeyRing
Return the secret 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 memberRemoveSecretKeyRing
Return a new bundle containing the contents of the passed in bundle with the passed in secret key ring removed.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

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

See Also