C# Class System.Security.Cryptography.RSAOAEPKeyExchangeFormatter

Inheritance: AsymmetricKeyExchangeFormatter
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
CreateKeyExchange ( byte rgbData ) : byte[]
CreateKeyExchange ( byte rgbData, Type symAlgType ) : byte[]
RSAOAEPKeyExchangeFormatter ( )
RSAOAEPKeyExchangeFormatter ( AsymmetricAlgorithm key )
SetKey ( AsymmetricAlgorithm key ) : void

Method Details

CreateKeyExchange() public method

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

CreateKeyExchange() public method

public CreateKeyExchange ( byte rgbData, Type symAlgType ) : byte[]
rgbData byte
symAlgType Type
return byte[]

RSAOAEPKeyExchangeFormatter() public method

RSAOAEPKeyExchangeFormatter() public method

public RSAOAEPKeyExchangeFormatter ( AsymmetricAlgorithm key )
key AsymmetricAlgorithm

SetKey() public method

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