C# 클래스 Internal.Cryptography.UniversalCryptoDecryptor

상속: Internal.Cryptography.UniversalCryptoTransform
파일 보기 프로젝트 열기: dotnet/corefx

Private Properties

프로퍼티 타입 설명
DepadBlock byte[]
Reset void

공개 메소드들

메소드 설명
UniversalCryptoDecryptor ( PaddingMode paddingMode, Internal.Cryptography.BasicSymmetricCipher basicSymmetricCipher ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
UncheckedTransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int
UncheckedTransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]

비공개 메소드들

메소드 설명
DepadBlock ( byte block, int offset, int count ) : byte[]

Remove the padding from the last blocks being decrypted

Reset ( ) : void

메소드 상세

Dispose() 보호된 최종 메소드

protected final Dispose ( bool disposing ) : void
disposing bool
리턴 void

UncheckedTransformBlock() 보호된 최종 메소드

protected final UncheckedTransformBlock ( byte inputBuffer, int inputOffset, int inputCount, byte outputBuffer, int outputOffset ) : int
inputBuffer byte
inputOffset int
inputCount int
outputBuffer byte
outputOffset int
리턴 int

UncheckedTransformFinalBlock() 보호된 최종 메소드

protected final UncheckedTransformFinalBlock ( byte inputBuffer, int inputOffset, int inputCount ) : byte[]
inputBuffer byte
inputOffset int
inputCount int
리턴 byte[]

UniversalCryptoDecryptor() 공개 메소드

public UniversalCryptoDecryptor ( PaddingMode paddingMode, Internal.Cryptography.BasicSymmetricCipher basicSymmetricCipher ) : System
paddingMode PaddingMode
basicSymmetricCipher Internal.Cryptography.BasicSymmetricCipher
리턴 System