< prev index next >

src/java.base/share/classes/java/security/interfaces/RSAMultiPrimePrivateCrtKey.java

Print this page

        

*** 49,58 **** --- 49,59 ---- /** * The type fingerprint that is set to indicate * serialization compatibility with a previous * version of the type. */ + @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual static final long serialVersionUID = 618058533534628008L; /** * Returns the public exponent. *
< prev index next >