| Constructors: NewHMACBase |
Creates a base class that can be used as a base implementation of an HMAC class.
Public Function NewHMACBase( ByVal HashAlgorithm As HashAlgorithm, ByVal KeySize As Long, Optional ByVal HashName As String, Optional ByRef Key As Variant ) As HMACBase
This class implements many of the common routines used by HMAC classes.
Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewHashtable NewHMACMD5