equal
deleted
inserted
replaced
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 6864911 |
26 * @bug 6864911 |
27 * @summary ASN.1/DER input stream parser needs more work |
27 * @summary ASN.1/DER input stream parser needs more work |
28 * @modules java.base/sun.misc |
28 * @modules java.base/sun.security.util |
29 * java.base/sun.security.util |
|
30 */ |
29 */ |
31 |
30 |
32 import java.io.*; |
31 import java.io.*; |
33 import sun.security.util.*; |
32 import sun.security.util.*; |
34 import sun.misc.IOUtils; |
|
35 |
33 |
36 public class BadValue { |
34 public class BadValue { |
37 |
35 |
38 public static void main(String[] args) throws Exception { |
36 public static void main(String[] args) throws Exception { |
39 |
37 |