DlmsSecuritySuiteSettingsCreateEcdsaPrivateKeyBlob Method

Creates a key blob that will contain a private signing key. It may then be used to create ECDSA signature. This key blob cannot be used to verify signature because it does not contain a public key.

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 CreateEcdsaPrivateKeyBlob(
	byte securitySuiteId,
	ByteBuffer privateSigningKey
)

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.
privateSigningKey  ByteBuffer

Return Value

ByteBuffer

Exceptions

See Also