public class SignatureVerifyingInputStream extends javax.servlet.ServletInputStream
| Constructor and Description |
|---|
SignatureVerifyingInputStream(byte[] digitalSignature,
Signature signature,
InputStream wrappedInputStream) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
protected void |
verifySignature() |
available, close, mark, markSupported, read, read, reset, skippublic SignatureVerifyingInputStream(byte[] digitalSignature, Signature signature, InputStream wrappedInputStream)
public int read() throws IOException
read in class InputStreamIOExceptionprotected void verifySignature() throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.