|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ostore.util.OutputBufferImpl | +--ostore.security.SignedQS.SignatureBuffer
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 |
public Signature engine
Constructor Detail |
public SignedQS.SignatureBuffer(Signature engine)
Method Detail |
public void add(byte input)
OutputBufferImpl
add
in interface OutputBuffer
add
in class OutputBufferImpl
public void add(byte[] input, int offset, int length)
OutputBufferImpl
length
bytes of the specified array to the digest,
starting at offset
.
add
in interface OutputBuffer
add
in class OutputBufferImpl
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |