ostore.security
Class SignedQS.SignatureBuffer

java.lang.Object
  |
  +--ostore.util.OutputBufferImpl
        |
        +--ostore.security.SignedQS.SignatureBuffer
All Implemented Interfaces:
OutputBuffer
Enclosing class:
SignedQS

public class SignedQS.SignatureBuffer
extends OutputBufferImpl


Field Summary
 Signature engine
           
 
Constructor Summary
SignedQS.SignatureBuffer(Signature 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 Signature engine
Constructor Detail

SignedQS.SignatureBuffer

public SignedQS.SignatureBuffer(Signature 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