C# Class bitmessage.Crypto.Cipher

Afficher le fichier Open project: sharpbitmessage/SharpBitmessage Class Usage Examples

Méthodes publiques

Méthode Description
Cipher ( byte key, byte iv, bool doEncrypt, string ciphername = "aes-256-cbc" ) : System
Ciphering ( byte input ) : byte[]

Method Details

Cipher() public méthode

public Cipher ( byte key, byte iv, bool doEncrypt, string ciphername = "aes-256-cbc" ) : System
key byte
iv byte
doEncrypt bool
ciphername string
Résultat System

Ciphering() public méthode

public Ciphering ( byte input ) : byte[]
input byte
Résultat byte[]