< prev index next >

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

Print this page

        

*** 43,52 **** --- 43,53 ---- /** * 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 = 5187144804936595022L; /** * Returns the private exponent. *
< prev index next >