public class DigestOutputStream extends OutputStream
Constructor and Description |
---|
DigestOutputStream(Digest Digest) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDigest() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
close, flush, write
protected Digest digest
public DigestOutputStream(Digest Digest)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public byte[] getDigest()
Copyright © 2018 BouncyCastle.org. All rights reserved.