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

Syntax

C#
public class RsaSecretBcpgKey : BcpgObject, 
	IBcpgKey
Visual Basic
Public Class RsaSecretBcpgKey _
	Inherits BcpgObject _
	Implements IBcpgKey
Visual C++
public ref class RsaSecretBcpgKey : public BcpgObject, 
	IBcpgKey

Remarks

Base class for an RSA secret (or priate) key.

Inheritance Hierarchy

System..::..Object
  Org.BouncyCastle.Bcpg..::..BcpgObject
    Org.BouncyCastle.Bcpg..::..RsaSecretBcpgKey

See Also