C# Класс Internal.Cryptography.BasicSymmetricCipherBCrypt

Наследование: Internal.Cryptography.BasicSymmetricCipher
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BasicSymmetricCipherBCrypt ( SafeAlgorithmHandle algorithm, CipherMode cipherMode, int blockSizeInBytes, byte key, int effectiveKeyLength, byte iv, bool encrypting ) : System
Transform ( byte input, int inputOffset, int count, byte output, int outputOffset ) : int
TransformFinal ( byte input, int inputOffset, int count ) : byte[]

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
Reset ( ) : void

Описание методов

BasicSymmetricCipherBCrypt() публичный Метод

public BasicSymmetricCipherBCrypt ( SafeAlgorithmHandle algorithm, CipherMode cipherMode, int blockSizeInBytes, byte key, int effectiveKeyLength, byte iv, bool encrypting ) : System
algorithm Internal.NativeCrypto.SafeAlgorithmHandle
cipherMode CipherMode
blockSizeInBytes int
key byte
effectiveKeyLength int
iv byte
encrypting bool
Результат System

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[]