src/java.base/share/classes/java/security/interfaces/RSAPrivateKey.java
changeset 51317 e122220d7d7e
parent 47216 71c04702a3d5
child 51437 6221a199ec20
equal deleted inserted replaced
51316:c23f1e4910f3 51317:e122220d7d7e
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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
    43     /**
    43     /**
    44      * The type fingerprint that is set to indicate
    44      * The type fingerprint that is set to indicate
    45      * serialization compatibility with a previous
    45      * serialization compatibility with a previous
    46      * version of the type.
    46      * version of the type.
    47      */
    47      */
       
    48     @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual
    48     static final long serialVersionUID = 5187144804936595022L;
    49     static final long serialVersionUID = 5187144804936595022L;
    49 
    50 
    50     /**
    51     /**
    51      * Returns the private exponent.
    52      * Returns the private exponent.
    52      *
    53      *