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