ostore.mac
Class QSMACType

java.lang.Object
  |
  +--ostore.mac.QSMACType
All Implemented Interfaces:
QuickSerializable
Direct Known Subclasses:
QSHMACMD5

public abstract class QSMACType
extends Object
implements QuickSerializable

Similar to QSSignature, a class used to identify a Mac type.


Constructor Summary
QSMACType()
           
 
Method Summary
abstract  String algorithm()
          The signing algorithm
abstract  String provider()
          The Mac algorithm's provider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ostore.util.QuickSerializable
serialize
 

Constructor Detail

QSMACType

public QSMACType()
Method Detail

algorithm

public abstract String algorithm()
The signing algorithm


provider

public abstract String provider()
The Mac algorithm's provider