ostore.mac
Class HMACDHHandler.MacBuffer
java.lang.Object
|
+--ostore.util.OutputBufferImpl
|
+--ostore.mac.HMACDHHandler.MacBuffer
- All Implemented Interfaces:
- OutputBuffer
- Enclosing class:
- HMACDHHandler
- public static class HMACDHHandler.MacBuffer
- extends OutputBufferImpl
Field Summary |
javax.crypto.Mac |
engine
|
Method Summary |
void |
add(byte input)
Adds the specified byte to the digest. |
void |
add(byte[] input,
int offset,
int length)
Adds length bytes of the specified array to the digest,
starting at offset . |
Methods inherited from class ostore.util.OutputBufferImpl |
add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add, add |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
engine
public javax.crypto.Mac engine
HMACDHHandler.MacBuffer
public HMACDHHandler.MacBuffer(javax.crypto.Mac engine)
add
public void add(byte input)
- Description copied from class:
OutputBufferImpl
- Adds the specified byte to the digest.
- Overrides:
add
in class OutputBufferImpl
add
public void add(byte[] input,
int offset,
int length)
- Description copied from class:
OutputBufferImpl
- Adds
length
bytes of the specified array to the digest,
starting at offset
.
- Overrides:
add
in class OutputBufferImpl