public class Verifier
extends java.io.OutputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) Digest |
d |
(package private) java.security.Signature |
signature |
| Constructor and Description |
|---|
Verifier(java.security.Signature s,
Digest d) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
verify() |
void |
write(byte[] buffer,
int offset,
int length) |
void |
write(int b) |
final java.security.Signature signature
final Digest d
Verifier(java.security.Signature s,
Digest d)
public void write(byte[] buffer,
int offset,
int length)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic boolean verify()
throws java.lang.Exception
java.lang.Exception