C# 클래스 BraintreeEncryption.Library.Tests.TestHelper

파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption

공개 메소드들

메소드 설명
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