aQute.libg.cryptography
Class Verifier
java.lang.Object
java.io.OutputStream
aQute.libg.cryptography.Verifier
- All Implemented Interfaces:
- Closeable, Flushable
public class Verifier
- extends OutputStream
Method Summary |
boolean |
verify()
|
void |
write(byte[] buffer,
int offset,
int length)
|
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
write
public void write(byte[] buffer,
int offset,
int length)
throws IOException
- Overrides:
write
in class OutputStream
- Throws:
IOException
write
public void write(int b)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
verify
public boolean verify()
throws Exception
- Throws:
Exception
Copyright © 2012 aQute SARL. All Rights Reserved.