C# Class Rackspace.Cloud.Server.DiffieHellman.DiffieHellmanManaged

Inheritance: IDiffieHellman
Afficher le fichier Open project: rackerlabs/openstack-guest-agents-windows-xenserver

Méthodes publiques

Méthode Description
CreateKeyExchange ( ) : string
DecryptKeyExchange ( string key ) : string
DiffieHellmanManaged ( string prime, string generator, string secret ) : System.Security.Cryptography

Private Methods

Méthode Description
DiffieHellmanManaged ( string prime, string generator ) : System.Security.Cryptography
Dispose ( ) : void
Initialize ( BigInteger p, BigInteger g, BigInteger x ) : void

Method Details

CreateKeyExchange() public méthode

public CreateKeyExchange ( ) : string
Résultat string

DecryptKeyExchange() public méthode

public DecryptKeyExchange ( string key ) : string
key string
Résultat string

DiffieHellmanManaged() public méthode

public DiffieHellmanManaged ( string prime, string generator, string secret ) : System.Security.Cryptography
prime string
generator string
secret string
Résultat System.Security.Cryptography