提交 c02d62e6 编写于 作者: X xuelei

8024501: sun.security.mscapi.Key has no definition of serialVersionUID

Reviewed-by: weijun
上级 fb91f831
/* /*
* Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -39,6 +39,7 @@ import sun.security.util.Length; ...@@ -39,6 +39,7 @@ import sun.security.util.Length;
*/ */
abstract class Key implements java.security.Key, Length abstract class Key implements java.security.Key, Length
{ {
private static final long serialVersionUID = -1088859394025049194L;
// Native handle // Native handle
protected long hCryptProv = 0; protected long hCryptProv = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册