ostore.mac
Class QSHMACMD5
java.lang.Object
|
+--ostore.mac.QSMACType
|
+--ostore.mac.QSHMACMD5
- All Implemented Interfaces:
- QuickSerializable
- public class QSHMACMD5
- extends QSMACType
QSHMACMD5.
QSHMACMD5
public QSHMACMD5()
QSHMACMD5
public QSHMACMD5(InputBuffer buffer)
algorithm
public String algorithm()
- The signing algorithm
- Overrides:
algorithm
in class QSMACType
provider
public String provider()
- The Mac algorithm's provider
- Overrides:
provider
in class QSMACType
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.- Following copied from interface:
ostore.util.QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Overrides:
toString
in class Object