RSAOAEPKeyExchangeDeformatter

RSAOAEPKeyExchangeDeformatter

System.Security.Cryptography (mscorlib.dll)class
public class RSAOAEPKeyExchangeDeformatter : AsymmetricKeyExchangeDeformatter { // Public Constructors    public RSAOAEPKeyExchangeDeformatter(  );    public RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithm key); // Public Instance Properties    public override string Parameters{set; get;  // overrides AsymmetricKeyExchangeDeformatter // Public Instance Methods    public override byte[  ] DecryptKeyExchange(byte[  ] rgbData);  // overrides AsymmetricKeyExchangeDeformatter    public override void SetKey(AsymmetricAlgorithm key);  // overrides AsymmetricKeyExchangeDeformatter }

This is an implementation of the AsymmetricKeyExchangeDeformatter class, which decrypts symmetric secret key values encrypted using the RSAOAEPKeyExchangeFormatter class.

Hierarchy

System.Object AsymmetricKeyExchangeDeformatter RSAOAEPKeyExchangeDeformatter



Programming. NET Security
Programming .Net Security
ISBN: 0596004427
EAN: 2147483647
Year: 2005
Pages: 346

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net