DlmsDataSecurityCreateEcdhKeyAgreemntData Method
Creates a parameter for calling method key_agreement using ECDH algorithm.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public static DlmsTypeKeyAgreementData CreateEcdhKeyAgreemntData(
byte securitySuiteId,
byte keyID,
ByteBuffer privateSigningKey,
ECDiffieHellman dh
)
- securitySuiteId Byte
- Target security suite. It must correspond to the key to be created. It can be different to current security settings which is used for communication.
- keyID Byte
- privateSigningKey ByteBuffer
- dh ECDiffieHellman
DlmsTypeKeyAgreementData