C# 클래스 Internal.Cryptography.BasicSymmetricCipherCsp

상속: Internal.Cryptography.BasicSymmetricCipher
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
BasicSymmetricCipherCsp ( int algId, CipherMode cipherMode, int blockSizeInBytes, byte key, int effectiveKeyLength, bool addNoSaltFlag, byte iv, bool encrypting ) : Internal.NativeCrypto
Transform ( byte input, int inputOffset, int count, byte output, int outputOffset ) : int
TransformFinal ( byte input, int inputOffset, int count ) : byte[]

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AcquireSafeProviderHandle ( ) : System.Security.Cryptography.SafeProvHandle
ImportCspBlob ( System.Security.Cryptography.SafeProvHandle safeProvHandle, int algId, byte rawKey, bool addNoSaltFlag ) : SafeKeyHandle
Reset ( ) : void
Transform ( byte input, int inputOffset, int count, byte output, int outputOffset, bool isFinal ) : int

메소드 상세

BasicSymmetricCipherCsp() 공개 메소드

public BasicSymmetricCipherCsp ( int algId, CipherMode cipherMode, int blockSizeInBytes, byte key, int effectiveKeyLength, bool addNoSaltFlag, byte iv, bool encrypting ) : Internal.NativeCrypto
algId int
cipherMode CipherMode
blockSizeInBytes int
key byte
effectiveKeyLength int
addNoSaltFlag bool
iv byte
encrypting bool
리턴 Internal.NativeCrypto

Dispose() 보호된 메소드

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

Transform() 공개 메소드

public Transform ( byte input, int inputOffset, int count, byte output, int outputOffset ) : int
input byte
inputOffset int
count int
output byte
outputOffset int
리턴 int

TransformFinal() 공개 메소드

public TransformFinal ( byte input, int inputOffset, int count ) : byte[]
input byte
inputOffset int
count int
리턴 byte[]