提交 f027b4ff 编写于 作者: V valeriep

8020310: JDK-6356530 broke the old build

Summary: Add serialVersionUID to AuthProvider and P11Key class.
Reviewed-by: xuelei
上级 6693c900
......@@ -41,6 +41,8 @@ import javax.security.auth.callback.CallbackHandler;
*/
public abstract class AuthProvider extends Provider {
private static final long serialVersionUID = 4197859053084546461L;
/**
* Constructs a provider with the specified name, version number,
* and information.
......
......@@ -65,6 +65,8 @@ import sun.security.util.ECUtil;
*/
abstract class P11Key implements Key, Length {
private static final long serialVersionUID = -2575874101938349339L;
private final static String PUBLIC = "public";
private final static String PRIVATE = "private";
private final static String SECRET = "secret";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册