C# 클래스 StreamCryptor.Model.EncryptedFileChunk

파일 보기 프로젝트 열기: bitbeans/StreamCryptor 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SetChunkChecksum ( byte ephemeralKey, int chunkChecksumLength ) : void

Sets the chunk checksum.

ValidateChunkChecksum ( byte ephemeralKey, int chunkChecksumLength ) : void

Validates the chunk checksum.

메소드 상세

SetChunkChecksum() 공개 메소드

Sets the chunk checksum.
public SetChunkChecksum ( byte ephemeralKey, int chunkChecksumLength ) : void
ephemeralKey byte A 64 byte key.
chunkChecksumLength int The length of the checksum.
리턴 void

ValidateChunkChecksum() 공개 메소드

Validates the chunk checksum.
public ValidateChunkChecksum ( byte ephemeralKey, int chunkChecksumLength ) : void
ephemeralKey byte A 64 byte key.
chunkChecksumLength int The length of the checksum.
리턴 void