C# Класс BraintreeEncryption.Library.Tests.TestHelper

Показать файл Открыть проект

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

Метод Описание
DecryptAes ( string encrypted, byte aesKey ) : string
DecryptRsa ( string encrypted, string privateKey ) : byte[]
IsNotEmpty ( string value ) : void

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

Метод Описание
GetRsaKeyParameters ( string privateKey ) : RsaKeyParameters

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

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

public static DecryptAes ( string encrypted, byte aesKey ) : string
encrypted string
aesKey byte
Результат string

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

public static DecryptRsa ( string encrypted, string privateKey ) : byte[]
encrypted string
privateKey string
Результат byte[]

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

public static IsNotEmpty ( string value ) : void
value string
Результат void