src/java.base/share/classes/java/security/interfaces/RSAPrivateKey.java
changeset 51437 6221a199ec20
parent 51317 e122220d7d7e
child 57950 4612a3cfb927
equal deleted inserted replaced
51436:091c0d22e735 51437:6221a199ec20
    42 
    42 
    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      *
       
    48      * @deprecated A {@code serialVersionUID} field in an interface is
       
    49      * ineffectual. Do not use; no replacement.
    47      */
    50      */
    48     @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual
    51     @Deprecated
       
    52     @SuppressWarnings("serial")
    49     static final long serialVersionUID = 5187144804936595022L;
    53     static final long serialVersionUID = 5187144804936595022L;
    50 
    54 
    51     /**
    55     /**
    52      * Returns the private exponent.
    56      * Returns the private exponent.
    53      *
    57      *