Initializes a new instance of the Pkcs12ParametersGenerator class

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

Syntax

C#
public Pkcs12ParametersGenerator(
	IDigest digest
)
Visual Basic
Public Sub New ( _
	digest As IDigest _
)
Visual C++
public:
Pkcs12ParametersGenerator(
	IDigest^ digest
)

See Also