public class SignerOutputStream extends ByteArrayOutputStream
buf, count| Constructor and Description |
|---|
SignerOutputStream(SignatureAlgorithm sa) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] arg0) |
void |
write(byte[] arg0,
int arg1,
int arg2) |
void |
write(int arg0) |
close, reset, size, toByteArray, toString, toString, toString, writeToflushpublic SignerOutputStream(SignatureAlgorithm sa)
sa - public void write(byte[] arg0)
write in class OutputStreampublic void write(int arg0)
write in class ByteArrayOutputStreampublic void write(byte[] arg0,
int arg1,
int arg2)
write in class ByteArrayOutputStreamCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.