DlmsDataSecurityCreateEcdhKeyAgreemntData Method

Creates a parameter for calling method key_agreement using ECDH algorithm.

Definition

Namespace: OddPrg.Protocols.DLMS
Assembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
C#
public static DlmsTypeKeyAgreementData CreateEcdhKeyAgreemntData(
	byte securitySuiteId,
	byte keyID,
	ByteBuffer privateSigningKey,
	ECDiffieHellman dh
)

Parameters

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

Return Value

DlmsTypeKeyAgreementData

See Also