Data.DBXTransport.TTransportFilterTools.EncodePublicKeyLength
Delphi
class procedure EncodePublicKeyLength(const Data: TArray<Byte>; const Len: Integer); static;
C++
static void __fastcall EncodePublicKeyLength(const System::DynamicArray<System::Byte> Data, const int Len);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.DBXTransport.pas Data.DBXTransport.hpp |
Data.DBXTransport | TTransportFilterTools |
Description
Serializes the public key's length into the given byte container.
The EncodePublicKeyLength method serializes the Len argument into the given Data byte container, where Len is the length of the public key.