public class Signer<D extends Digest> extends OutputStream
Modifier and Type | Method and Description |
---|---|
D |
digest() |
Signature |
signature() |
void |
write(byte[] buffer,
int offset,
int length) |
void |
write(int b) |
close, flush, write
public void write(byte[] buffer, int offset, int length) throws IOException
write
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
Copyright © 2015 aQute SARL. All rights reserved.