equal
deleted
inserted
replaced
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
20 * or visit www.oracle.com if you need additional information or have any |
20 * or visit www.oracle.com if you need additional information or have any |
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
24 /** |
24 /* |
25 * @test |
25 * @test |
26 * @bug 4898484 6604496 8001284 |
26 * @bug 4898484 6604496 8001284 |
27 * @summary basic test for symmetric ciphers with no padding |
27 * @summary basic test for symmetric ciphers with no padding |
28 * @author Valerie Peng |
28 * @author Valerie Peng |
29 * @library .. |
29 * @library .. |
30 * @key randomness |
30 * @key randomness |
|
31 * @modules jdk.crypto.pkcs11 |
31 * @run main/othervm TestSymmCiphersNoPad |
32 * @run main/othervm TestSymmCiphersNoPad |
32 * @run main/othervm TestSymmCiphersNoPad sm |
33 * @run main/othervm TestSymmCiphersNoPad sm |
33 */ |
34 */ |
34 |
35 |
35 import java.io.ByteArrayInputStream; |
36 import java.io.ByteArrayInputStream; |