10811082108310841085108610871088108910901091
fail("Modification time not preserved: " + p2.getModificationTime() + " " + testDate); } dIn = p2.getInputStream(); ops.initVerify(secretKey.getPublicKey(), "BC"); while ((ch = dIn.read()) >= 0) { ops.update((byte)ch); }
11531154115511561157115811591160116111621163
fail("Modification time not preserved"); } dIn = p2.getInputStream(); ops.initVerify(secretKey.getPublicKey(), "BC"); while ((ch = dIn.read()) >= 0) { ops.update((byte)ch); }
367368369370371372373374375376377
fail("Modification time not preserved"); } InputStream dIn = p2.getInputStream(); ops.initVerify(pgpPubKey, "BC"); while ((ch = dIn.read()) >= 0) { ops.update((byte)ch); }
423424425426427428429430431432433
PGPLiteralData p2 = (PGPLiteralData)pgpFact.nextObject(); InputStream dIn = p2.getInputStream(); int ch; ops.initVerify(pubKey, "BC"); while ((ch = dIn.read()) >= 0) { ops.update((byte)ch); }
502503504505506507508509510511512
fail("Modification time not preserved"); } dIn = p2.getInputStream(); ops.initVerify(pubKey, "BC"); while ((ch = dIn.read()) >= 0) { ops.update((byte)ch); }