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.
Namespace: OddPrg.Protocols.DLMSAssembly: OddPrg.Frames.Dlms (in OddPrg.Frames.Dlms.dll) Version: 2.0.0.24 (2.0.0.24)
public static ByteBuffer CreateEcdhPublicKeyBlob(
byte securitySuiteId,
ByteBuffer eccPublicKey
)
- 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
ByteBuffer