< prev index next >

test/sun/security/rsa/SignatureOffsets.java

Print this page
rev 17324 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

*** 33,42 **** --- 33,43 ---- * Signature.verify(byte[], int, int). The test uses RandomFactory to * get random set of clear text data to sign. After the signature * generation, the test tries to verify signature with the above API * and passing in different signature offset (0, 33, 66, 99). * @library /test/lib + * @build jdk.test.lib.RandomFactory * @compile ../../../java/security/Signature/Offsets.java * @run main SignatureOffsets SunRsaSign MD2withRSA * @run main SignatureOffsets SunRsaSign MD5withRSA * @run main SignatureOffsets SunRsaSign SHA1withRSA * @run main SignatureOffsets SunRsaSign SHA224withRSA
< prev index next >