aQute.libg.cryptography
Class Signer<D extends Digest>
java.lang.Object
java.io.OutputStream
aQute.libg.cryptography.Signer<D>
- All Implemented Interfaces:
- Closeable, Flushable
public class Signer<D extends Digest>
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.