Constructor with domain parameters.
Namespace: BasicCard.Crypto.ECAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public EC211( byte a, byte[] b, byte[] r, byte[] G ) |
Visual Basic |
---|
Public Sub New ( a As Byte, b As Byte(), r As Byte(), G As Byte() ) |
Visual C++ |
---|
public: EC211( unsigned char a, array<unsigned char>^ b, array<unsigned char>^ r, array<unsigned char>^ G ) |
F# |
---|
new : a : byte * b : byte[] * r : byte[] * G : byte[] -> EC211 |
Parameters
- a
- Type: System..::..Byte
[Missing <param name="a"/> documentation for "M:BasicCard.Crypto.EC.EC211.#ctor(System.Byte,System.Byte[],System.Byte[],System.Byte[])"]
- b
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="b"/> documentation for "M:BasicCard.Crypto.EC.EC211.#ctor(System.Byte,System.Byte[],System.Byte[],System.Byte[])"]
- r
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="r"/> documentation for "M:BasicCard.Crypto.EC.EC211.#ctor(System.Byte,System.Byte[],System.Byte[],System.Byte[])"]
- G
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="G"/> documentation for "M:BasicCard.Crypto.EC.EC211.#ctor(System.Byte,System.Byte[],System.Byte[],System.Byte[])"]
Exceptions
Exception | Condition |
---|---|
BasicCard.Crypto.EC..::..ECException | |
BasicCard.Crypto.EC..::..GFException |