C# Class BraintreeEncryption.Library.Tests.TestHelper

Afficher le fichier Open project: braintree/braintree_windows_phone_encryption

Méthodes publiques

Méthode Description
DecryptAes ( string encrypted, byte aesKey ) : string
DecryptRsa ( string encrypted, string privateKey ) : byte[]
IsNotEmpty ( string value ) : void

Private Methods

Méthode Description
GetRsaKeyParameters ( string privateKey ) : RsaKeyParameters

Method Details

DecryptAes() public static méthode

public static DecryptAes ( string encrypted, byte aesKey ) : string
encrypted string
aesKey byte
Résultat string

DecryptRsa() public static méthode

public static DecryptRsa ( string encrypted, string privateKey ) : byte[]
encrypted string
privateKey string
Résultat byte[]

IsNotEmpty() public static méthode

public static IsNotEmpty ( string value ) : void
value string
Résultat void