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

상속: Mono.Security.Cryptography.SymmetricTransform
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
BSwap ( byte byteBuff ) : void
CipherFunct ( uint r, int n ) : uint
DESTransform ( SymmetricAlgorithm symmAlgo, bool encryption, byte key, byte iv ) : System.Runtime.InteropServices
GetStrongKey ( ) : byte[]
Permutation ( byte input, byte output, uint permTab, bool preSwap ) : void
SetKey ( byte key ) : void

메소드 상세

ECB() 보호된 메소드

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

ProcessBlock() 공개 메소드

public ProcessBlock ( byte input, byte output ) : void
input byte
output byte
리턴 void