C# Class JabbR.Services.CryptoService

Inheritance: ICryptoService
Afficher le fichier Open project: ucdavis/JabbR

Méthodes publiques

Méthode Description
CreateSalt ( ) : string
CryptoService ( IKeyProvider keyProvider ) : System
Protect ( byte plainText ) : byte[]
Unprotect ( byte payload ) : byte[]

Method Details

CreateSalt() public méthode

public CreateSalt ( ) : string
Résultat string

CryptoService() public méthode

public CryptoService ( IKeyProvider keyProvider ) : System
keyProvider IKeyProvider
Résultat System

Protect() public méthode

public Protect ( byte plainText ) : byte[]
plainText byte
Résultat byte[]

Unprotect() public méthode

public Unprotect ( byte payload ) : byte[]
payload byte
Résultat byte[]