Initializes a new instance of the DsaPublicBcpgKey class

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

Syntax

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

Parameters

bcpgIn
Type: Org.BouncyCastle.Bcpg..::..BcpgInputStream
The stream to read the packet from.

See Also