C# Class System.Security.Cryptography.RSAOAEPKeyExchangeFormatter

Inheritance: AsymmetricKeyExchangeFormatter
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

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

Method Details

CreateKeyExchange() public méthode

public CreateKeyExchange ( byte rgbData ) : byte[]
rgbData byte
Résultat byte[]

CreateKeyExchange() public méthode

public CreateKeyExchange ( byte rgbData, Type symAlgType ) : byte[]
rgbData byte
symAlgType Type
Résultat byte[]

RSAOAEPKeyExchangeFormatter() public méthode

RSAOAEPKeyExchangeFormatter() public méthode

public RSAOAEPKeyExchangeFormatter ( AsymmetricAlgorithm key )
key AsymmetricAlgorithm

SetKey() public méthode

public SetKey ( AsymmetricAlgorithm key ) : void
key AsymmetricAlgorithm
Résultat void