Initializes a new instance of the DsaSecretBcpgKey class

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

Syntax

C#
public DsaSecretBcpgKey(
	BigInteger x
)
Visual Basic
Public Sub New ( _
	x As BigInteger _
)
Visual C++
public:
DsaSecretBcpgKey(
	BigInteger^ x
)

See Also