DlmsSecuritySuiteSettingsCreateEcdhPublicKeyBlob Method

Creates a key blob that will contain a meter public signing key. It may be used to derive symetric key 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 ByteBuffer CreateEcdhPublicKeyBlob(
	byte securitySuiteId,
	ByteBuffer eccPublicKey
)

Parameters

securitySuiteId  Byte
Target security suite. It must correspond to the key. It can be different to current security settings which is used for communication.
eccPublicKey  ByteBuffer

Return Value

ByteBuffer

Exceptions

See Also