C# Class Gurux.DLMS.Secure.AesGcmParameter

显示文件 Open project: Gurux/Gurux.DLMS.Net Class Usage Examples

Public Methods

Method Description
AesGcmParameter ( byte tag, Gurux security, UInt32 frameCounter, byte systemTitle, byte blockCipherKey, byte authenticationKey ) : System

Constructor.

AesGcmParameter ( byte systemTitle, byte blockCipherKey, byte authenticationKey ) : System

Constructor.

ToString ( ) : string

Method Details

AesGcmParameter() public method

Constructor.
public AesGcmParameter ( byte tag, Gurux security, UInt32 frameCounter, byte systemTitle, byte blockCipherKey, byte authenticationKey ) : System
tag byte Command.
security Gurux
frameCounter System.UInt32
systemTitle byte
blockCipherKey byte
authenticationKey byte
return System

AesGcmParameter() public method

Constructor.
public AesGcmParameter ( byte systemTitle, byte blockCipherKey, byte authenticationKey ) : System
systemTitle byte
blockCipherKey byte
authenticationKey byte
return System

ToString() public method

public ToString ( ) : string
return string