Initializes a new instance of the RsaSecretBcpgKey class

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

Collapse imageSyntax

C#
public RsaSecretBcpgKey(
	BcpgInputStream bcpgIn
)
Visual Basic
Public Sub New ( _
	bcpgIn As BcpgInputStream _
)
Visual C++
public:
RsaSecretBcpgKey(
	BcpgInputStream^ bcpgIn
)

Collapse imageSee Also