C# Class BraintreeEncryption.Library.Aes

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

Méthodes publiques

Méthode Description
Aes ( ) : System
Encrypt ( string dataToEncrypt, byte aesKey ) : string
EncryptWithIv ( string dataToEncrypt, byte aesKey, byte iv ) : string
GenerateIV ( ) : byte[]
GenerateKey ( ) : byte[]

Method Details

Aes() public méthode

public Aes ( ) : System
Résultat System

Encrypt() public méthode

public Encrypt ( string dataToEncrypt, byte aesKey ) : string
dataToEncrypt string
aesKey byte
Résultat string

EncryptWithIv() public méthode

public EncryptWithIv ( string dataToEncrypt, byte aesKey, byte iv ) : string
dataToEncrypt string
aesKey byte
iv byte
Résultat string

GenerateIV() public méthode

public GenerateIV ( ) : byte[]
Résultat byte[]

GenerateKey() public méthode

public GenerateKey ( ) : byte[]
Résultat byte[]