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 KeyParameter CreateKeyParameter( DerObjectIdentifier algOid, byte[] keyBytes, int offset, int length ) |
Visual Basic |
---|
Public Shared Function CreateKeyParameter ( _ algOid As DerObjectIdentifier, _ keyBytes As Byte(), _ offset As Integer, _ length As Integer _ ) As KeyParameter |
Visual C++ |
---|
public: static KeyParameter^ CreateKeyParameter( DerObjectIdentifier^ algOid, array<unsigned char>^ keyBytes, int offset, int length ) |
Parameters
- algOid
- Type: Org.BouncyCastle.Asn1..::..DerObjectIdentifier
- keyBytes
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- length
- Type: System..::..Int32