C# 클래스 Gurux.DLMS.Secure.AesGcmParameter

파일 보기 프로젝트 열기: Gurux/Gurux.DLMS.Net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AesGcmParameter() 공개 메소드

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
리턴 System

AesGcmParameter() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string