C# Класс Jose.RsaOaep

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Decrypt ( byte cipherText, System.Security.Cryptography.CngKey key, CngAlgorithm hash ) : byte[]
Encrypt ( byte plainText, System.Security.Cryptography.CngKey key, CngAlgorithm hash ) : byte[]

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

Decrypt() публичный статический Метод

public static Decrypt ( byte cipherText, System.Security.Cryptography.CngKey key, CngAlgorithm hash ) : byte[]
cipherText byte
key System.Security.Cryptography.CngKey
hash CngAlgorithm
Результат byte[]

Encrypt() публичный статический Метод

public static Encrypt ( byte plainText, System.Security.Cryptography.CngKey key, CngAlgorithm hash ) : byte[]
plainText byte
key System.Security.Cryptography.CngKey
hash CngAlgorithm
Результат byte[]