June 2003
Intermediate to advanced
714 pages
22h 8m
English
RSAOAEPKeyExchangeDeformatter
public class RSAOAEPKeyExchangeDeformatter : AsymmetricKeyExchangeDeformatter { // Public Constructors public RSAOAEPKeyExchangeDeformatter( ); public RSAOAEPKeyExchangeDeformatter(AsymmetricAlgorithmkey); // 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(AsymmetricAlgorithmkey); // overrides AsymmetricKeyExchangeDeformatter }
This is an implementation of the
AsymmetricKeyExchangeDeformatter class, which
decrypts symmetric secret key values encrypted using the
RSAOAEPKeyExchangeFormatter class.
System.Object
→
AsymmetricKeyExchangeDeformatter
→
RSAOAEPKeyExchangeDeformatter