public class JwsInputStream extends FilterInputStream
in
Constructor and Description |
---|
JwsInputStream(InputStream out,
JwsVerificationSignature signature,
byte[] signatureBytes,
boolean verifyOnLastRead) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skip
public JwsInputStream(InputStream out, JwsVerificationSignature signature, byte[] signatureBytes, boolean verifyOnLastRead)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
Apache CXF