equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. |
7 * published by the Free Software Foundation. |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 4921802 |
26 * @bug 4921802 |
27 * @summary Test that the SunPKCS11 provider can be serialized |
27 * @summary Test that the SunPKCS11 provider can be serialized |
28 * @author Andreas Sterbenz |
28 * @author Andreas Sterbenz |
29 * @library .. |
29 * @library /test/lib .. |
30 * @modules jdk.crypto.cryptoki |
30 * @modules jdk.crypto.cryptoki |
31 */ |
31 */ |
32 |
32 |
33 import java.io.ByteArrayInputStream; |
33 import java.io.ByteArrayInputStream; |
34 import java.io.ByteArrayOutputStream; |
34 import java.io.ByteArrayOutputStream; |