src/java.base/share/classes/java/security/PrivateKey.java
changeset 51317 e122220d7d7e
parent 47216 71c04702a3d5
child 51437 6221a199ec20
equal deleted inserted replaced
51316:c23f1e4910f3 51317:e122220d7d7e
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 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.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    62     // Declare serialVersionUID to be compatible with JDK1.1
    62     // Declare serialVersionUID to be compatible with JDK1.1
    63     /**
    63     /**
    64      * The class fingerprint that is set to indicate serialization
    64      * The class fingerprint that is set to indicate serialization
    65      * compatibility with a previous version of the class.
    65      * compatibility with a previous version of the class.
    66      */
    66      */
       
    67     @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual
    67     static final long serialVersionUID = 6034044314589513430L;
    68     static final long serialVersionUID = 6034044314589513430L;
    68 }
    69 }