C# 클래스 Internal.Cryptography.TripleDesImplementation

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
CreateDecryptor ( ) : ICryptoTransform
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
CreateEncryptor ( ) : ICryptoTransform
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
GenerateIV ( ) : void
GenerateKey ( ) : void

비공개 메소드들

메소드 설명
CreateTransform ( byte rgbKey, byte rgbIV, bool encrypting ) : ICryptoTransform
CreateTransformCore ( CipherMode cipherMode, PaddingMode paddingMode, byte key, byte iv, int blockSize, bool encrypting ) : ICryptoTransform

메소드 상세

CreateDecryptor() 공개 메소드

public CreateDecryptor ( ) : ICryptoTransform
리턴 ICryptoTransform

CreateDecryptor() 공개 메소드

public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
리턴 ICryptoTransform

CreateEncryptor() 공개 메소드

public CreateEncryptor ( ) : ICryptoTransform
리턴 ICryptoTransform

CreateEncryptor() 공개 메소드

public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
리턴 ICryptoTransform

GenerateIV() 공개 메소드

public GenerateIV ( ) : void
리턴 void

GenerateKey() 공개 최종 메소드

public final GenerateKey ( ) : void
리턴 void