public final void updateVerify(ByteBuffer bytebuffer) throws KeyczarException { verifyingStream.updateVerify(bytebuffer); }
public final boolean verify(ByteBuffer bytebuffer) throws KeyczarException { return verifyingStream.verify(bytebuffer); }
public final void initVerify() throws KeyczarException { verifyingStream.initVerify(); }