Namespace: Org.BouncyCastle.Security
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static ICipherParameters GenerateCipherParameters( string algorithm, char[] password, bool wrongPkcs12Zero, Asn1Encodable pbeParameters ) |
Visual Basic |
---|
Public Shared Function GenerateCipherParameters ( _ algorithm As String, _ password As Char(), _ wrongPkcs12Zero As Boolean, _ pbeParameters As Asn1Encodable _ ) As ICipherParameters |
Visual C++ |
---|
public: static ICipherParameters^ GenerateCipherParameters( String^ algorithm, array<wchar_t>^ password, bool wrongPkcs12Zero, Asn1Encodable^ pbeParameters ) |
Parameters
- algorithm
- Type: System..::..String
- password
- Type: array<System..::..Char>[]()[][]
- wrongPkcs12Zero
- Type: System..::..Boolean
- pbeParameters
- Type: Org.BouncyCastle.Asn1..::..Asn1Encodable