C# Class System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter

Inheritance: AsymmetricKeyExchangeDeformatter
Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Methods

Method Description
DecryptKeyExchange ( byte rgbData ) : byte[]
RSAOAEPKeyExchangeDeformatter ( ) : System.Globalization
RSAOAEPKeyExchangeDeformatter ( AsymmetricAlgorithm key ) : System.Globalization
SetKey ( AsymmetricAlgorithm key ) : void

Method Details

DecryptKeyExchange() public method

public DecryptKeyExchange ( byte rgbData ) : byte[]
rgbData byte
return byte[]

RSAOAEPKeyExchangeDeformatter() public method

public RSAOAEPKeyExchangeDeformatter ( ) : System.Globalization
return System.Globalization

RSAOAEPKeyExchangeDeformatter() public method

public RSAOAEPKeyExchangeDeformatter ( AsymmetricAlgorithm key ) : System.Globalization
key AsymmetricAlgorithm
return System.Globalization

SetKey() public method

public SetKey ( AsymmetricAlgorithm key ) : void
key AsymmetricAlgorithm
return void