C# Class PassFruit.Security.Cryptography.Net45.Net45Aes

Inheritance: System.Security.Cryptography.Aes
Afficher le fichier Open project: bettiolo/PassFruit

Méthodes publiques

Méthode Description
Net45Aes ( ) : System

Méthodes protégées

Méthode Description
PlatformSpecificDecrypt ( byte ciphertext, byte key, byte initializationVector ) : string
PlatformSpecificEncrypt ( string message, byte key, byte initializationVector ) : byte[]

Private Methods

Méthode Description
CreateAes ( byte secretKey, byte initializationVector ) : AesCryptoServiceProvider

Method Details

Net45Aes() public méthode

public Net45Aes ( ) : System
Résultat System

PlatformSpecificDecrypt() protected méthode

protected PlatformSpecificDecrypt ( byte ciphertext, byte key, byte initializationVector ) : string
ciphertext byte
key byte
initializationVector byte
Résultat string

PlatformSpecificEncrypt() protected méthode

protected PlatformSpecificEncrypt ( string message, byte key, byte initializationVector ) : byte[]
message string
key byte
initializationVector byte
Résultat byte[]