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
 Mac engine
           
 
Constructor Summary
HMACDHHandler.MacBuffer(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
 

Field Detail

engine

public Mac engine
Constructor Detail

HMACDHHandler.MacBuffer

public HMACDHHandler.MacBuffer(Mac engine)
Method Detail

add

public void add(byte input)
Description copied from class: OutputBufferImpl
Adds the specified byte to the digest.

Specified by:
add in interface OutputBuffer
Specified by:
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.

Specified by:
add in interface OutputBuffer
Specified by:
add in class OutputBufferImpl