C# Class BraintreeEncryption.Library.Braintree

Afficher le fichier Open project: braintree/braintree_windows_phone_encryption Class Usage Examples

Méthodes publiques

Méthode Description
Braintree ( String publicKey ) : System
Encrypt ( string dataToEncrypt ) : String
GetPublicKey ( ) : String
GetVersion ( ) : String

Private Methods

Méthode Description
GetPrefix ( ) : String

Method Details

Braintree() public méthode

public Braintree ( String publicKey ) : System
publicKey String
Résultat System

Encrypt() public méthode

public Encrypt ( string dataToEncrypt ) : String
dataToEncrypt string
Résultat String

GetPublicKey() public méthode

public GetPublicKey ( ) : String
Résultat String

GetVersion() public méthode

public GetVersion ( ) : String
Résultat String