OMACFactory Constructor.
Namespace: BasicCard.Crypto.MessagingAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public OmacFactory(
BaseAlgorithm algo,
byte[] key
) |
Visual Basic |
---|
Public Sub New (
algo As BaseAlgorithm,
key As Byte()
) |
Visual C++ |
---|
public:
OmacFactory(
BaseAlgorithm algo,
array<unsigned char>^ key
) |
F# |
---|
new :
algo : BaseAlgorithm *
key : byte[] -> OmacFactory |
Parameters
- algo
- Type: BasicCard.Crypto.Messaging..::..BaseAlgorithm
Base algorithm.
- key
- Type: array<System..::..Byte>[]()[][]
Secret key to be used.
See Also