Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public class PgpSecretKeyRingBundle
Visual Basic
Public Class PgpSecretKeyRingBundle
Visual C++
public ref class PgpSecretKeyRingBundle

Remarks

Often a PGP key ring file is made up of a succession of master/sub-key key rings. If you want to read an entire secret key file in one hit this is the class for you.

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Bcpg.OpenPgp..::..PgpSecretKeyRingBundle

See Also