C# Class BraintreeEncryption.Library.Braintree

Mostrar archivo Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Public Methods

Method Description
Braintree ( String publicKey ) : System
Encrypt ( string dataToEncrypt ) : String
GetPublicKey ( ) : String
GetVersion ( ) : String

Private Methods

Method Description
GetPrefix ( ) : String

Method Details

Braintree() public method

public Braintree ( String publicKey ) : System
publicKey String
return System

Encrypt() public method

public Encrypt ( string dataToEncrypt ) : String
dataToEncrypt string
return String

GetPublicKey() public method

public GetPublicKey ( ) : String
return String

GetVersion() public method

public GetVersion ( ) : String
return String