C# Class System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter

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

Public Methods

Method Description
DecryptKeyExchange ( byte rgbIn ) : byte[]
RSAPKCS1KeyExchangeDeformatter ( )
RSAPKCS1KeyExchangeDeformatter ( AsymmetricAlgorithm key )
SetKey ( AsymmetricAlgorithm key ) : void

Method Details

DecryptKeyExchange() public method

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

RSAPKCS1KeyExchangeDeformatter() public method

RSAPKCS1KeyExchangeDeformatter() public method

public RSAPKCS1KeyExchangeDeformatter ( AsymmetricAlgorithm key )
key AsymmetricAlgorithm

SetKey() public method

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