C# Class Library.Security.Rsa2048

Afficher le fichier Open project: Alliance-Network/Library Class Usage Examples

Méthodes publiques

Méthode Description
CreateKeys ( byte &publicKey, byte &privateKey ) : void
Decrypt ( byte privateKey, byte value ) : byte[]
Encrypt ( byte publicKey, byte value ) : byte[]

Method Details

CreateKeys() public static méthode

public static CreateKeys ( byte &publicKey, byte &privateKey ) : void
publicKey byte
privateKey byte
Résultat void

Decrypt() public static méthode

public static Decrypt ( byte privateKey, byte value ) : byte[]
privateKey byte
value byte
Résultat byte[]

Encrypt() public static méthode

public static Encrypt ( byte publicKey, byte value ) : byte[]
publicKey byte
value byte
Résultat byte[]