June 2003
Intermediate to advanced
714 pages
22h 8m
English
PKCS1MaskGenerationMethod
public class PKCS1MaskGenerationMethod : MaskGenerationMethod { // Public Constructors public PKCS1MaskGenerationMethod( ); // Public Instance Properties public string HashName{set; get; } // Public Instance Methods public override byte[ ] GenerateMask(byte[ ]rgbSeed, intcbReturn); // overrides MaskGenerationMethod }
This class creates masks used as part of OAEP key exchange formatting. This is an internal class, and is not instantiated directly by the programmer.
System.Object
→
MaskGenerationMethod
→
PKCS1MaskGenerationMethod