June 2003
Intermediate to advanced
714 pages
22h 8m
English
MaskGenerationMethod
public abstract class MaskGenerationMethod { // Protected Constructors protected MaskGenerationMethod( ); // Public Instance Methods public abstract byte[ ] GenerateMask(byte[ ]rgbSeed, intcbReturn); }
This class creates masks used in key exchange algorithms. This is an internal class and is not instantiated directly by the programmer.
PKCS1MaskGenerationMethod