DlmsDataSecurityVerifyKeyAgreementEcdsaSignature Method

Verifies meter ECDSA signature used in key agreement.

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 bool VerifyKeyAgreementEcdsaSignature(
	byte securitySuiteId,
	byte keyID,
	ByteBuffer keyAgreementData,
	ByteBuffer publicSigningKeyCertificate
)

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
keyAgreementData  ByteBuffer
Data returned from meter.
publicSigningKeyCertificate  ByteBuffer
Meter certificate that contains a public key to verify the signature.

Return Value

Boolean

Exceptions

See Also