C# Class System.Security.Cryptography.RSAOAEPKeyExchangeDeformatter

Inheritance: AsymmetricKeyExchangeDeformatter
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

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

Method Details

DecryptKeyExchange() public méthode

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

RSAOAEPKeyExchangeDeformatter() public méthode

public RSAOAEPKeyExchangeDeformatter ( ) : System.Globalization
Résultat System.Globalization

RSAOAEPKeyExchangeDeformatter() public méthode

public RSAOAEPKeyExchangeDeformatter ( AsymmetricAlgorithm key ) : System.Globalization
key AsymmetricAlgorithm
Résultat System.Globalization

SetKey() public méthode

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