C# 클래스 System.Security.Cryptography.RC2Transform

상속: Mono.Security.Cryptography.SymmetricTransform
파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
RC2Transform ( RC2 rc2Algo, bool encryption, byte key, byte iv ) : System.Globalization

보호된 메소드들

메소드 설명
ECB ( byte input, byte output ) : void

메소드 상세

ECB() 보호된 메소드

protected ECB ( byte input, byte output ) : void
input byte
output byte
리턴 void

RC2Transform() 공개 메소드

public RC2Transform ( RC2 rc2Algo, bool encryption, byte key, byte iv ) : System.Globalization
rc2Algo RC2
encryption bool
key byte
iv byte
리턴 System.Globalization