C# 클래스 SnmpSharpNet.PrivacyAES256

Privacy class for AES 256-bit encryption. This is a helper class. Full functionality is implemented in PrivacyAES parent class.
상속: PrivacyAES
파일 보기 프로젝트 열기: griffina/SnmpSharpNet

공개 메소드들

메소드 설명
PrivacyAES256 ( )

Standard constructor initializes encryption key size in the parent PrivacyAES class to 32 bytes (256 bit).

메소드 상세

PrivacyAES256() 공개 메소드

Standard constructor initializes encryption key size in the parent PrivacyAES class to 32 bytes (256 bit).
public PrivacyAES256 ( )