DlmsDataSecurityGetGeneratedKey Method
Derives new 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 GetGeneratedKey(
byte securitySuiteId,
string clientSysTitle,
ByteBuffer serverSysTitle,
byte keyID,
ByteBuffer keyAgreementData,
ECDiffieHellmanCng 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.
- clientSysTitle String
- Target client system title which correcpond to the key to be created. It can be different to current security settings which is used for communication.
- serverSysTitle ByteBuffer
- Target server system title which correcpond to the key to be created. It can be different to current security settings which is used for communication.
- keyID Byte
- keyAgreementData ByteBuffer
- dh ECDiffieHellmanCng
ByteBuffer