src/java.base/share/classes/java/security/interfaces/RSAPrivateCrtKey.java
changeset 51437 6221a199ec20
parent 51317 e122220d7d7e
child 57950 4612a3cfb927
equal deleted inserted replaced
51436:091c0d22e735 51437:6221a199ec20
    43 
    43 
    44     /**
    44     /**
    45      * The type fingerprint that is set to indicate
    45      * The type fingerprint that is set to indicate
    46      * serialization compatibility with a previous
    46      * serialization compatibility with a previous
    47      * version of the type.
    47      * version of the type.
       
    48      *
       
    49      * @deprecated A {@code serialVersionUID} field in an interface is
       
    50      * ineffectual. Do not use; no replacement.
    48      */
    51      */
    49     @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual
    52     @Deprecated
       
    53     @SuppressWarnings("serial")
    50     static final long serialVersionUID = -5682214253527700368L;
    54     static final long serialVersionUID = -5682214253527700368L;
    51 
    55 
    52     /**
    56     /**
    53      * Returns the public exponent.
    57      * Returns the public exponent.
    54      *
    58      *