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

Syntax

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

Remarks

Generator for a PGP master and subkey ring. This class will generate both the secret and public key rings

Inheritance Hierarchy

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

See Also