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( DerObjectIdentifier algorithmOid, char[] password, bool wrongPkcs12Zero, Asn1Encodable pbeParameters ) |
Visual Basic |
---|
Public Shared Function GenerateCipherParameters ( _ algorithmOid As DerObjectIdentifier, _ password As Char(), _ wrongPkcs12Zero As Boolean, _ pbeParameters As Asn1Encodable _ ) As ICipherParameters |
Visual C++ |
---|
public: static ICipherParameters^ GenerateCipherParameters( DerObjectIdentifier^ algorithmOid, array<wchar_t>^ password, bool wrongPkcs12Zero, Asn1Encodable^ pbeParameters ) |
Parameters
- algorithmOid
- Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
- password
- Type: array<System..::..Char>[]()[][]
- wrongPkcs12Zero
- Type: System..::..Boolean
- pbeParameters
- Type: Org.BouncyCastle.Asn1..::..Asn1Encodable