aQute.libg.cryptography
Class Signer<D extends Digest>

java.lang.Object
  extended by java.io.OutputStream
      extended by aQute.libg.cryptography.Signer<D>
All Implemented Interfaces:
Closeable, Flushable

public class Signer<D extends Digest>
extends OutputStream


Method Summary
 D signature()
           
 void write(byte[] buffer, int offset, int length)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public void write(byte[] buffer,
                  int offset,
                  int length)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

signature

public D signature()
                           throws Exception
Throws:
Exception


Copyright © 2012 aQute SARL. All Rights Reserved.