C# 클래스 SerpentCipher.SerpentCipherEngine

상속: ICipherEngine
파일 보기 프로젝트 열기: drizzt/KeePass-SerpentCipher

공개 메소드들

메소드 설명
DecryptStream ( Stream sEncrypted, byte pbKey, byte pbIV ) : Stream
EncryptStream ( Stream sPlainText, byte pbKey, byte pbIV ) : Stream
SerpentCipherEngine ( ) : System

비공개 메소드들

메소드 설명
CreateStream ( Stream s, bool bEncrypt, byte pbKey, byte pbIV ) : Stream
ValidateArguments ( Stream stream, bool bEncrypt, byte pbKey, byte pbIV ) : void

메소드 상세

DecryptStream() 공개 메소드

public DecryptStream ( Stream sEncrypted, byte pbKey, byte pbIV ) : Stream
sEncrypted Stream
pbKey byte
pbIV byte
리턴 Stream

EncryptStream() 공개 메소드

public EncryptStream ( Stream sPlainText, byte pbKey, byte pbIV ) : Stream
sPlainText Stream
pbKey byte
pbIV byte
리턴 Stream

SerpentCipherEngine() 공개 메소드

public SerpentCipherEngine ( ) : System
리턴 System