< prev index next >

src/java.base/share/classes/java/security/Key.java

Print this page

        

*** 107,116 **** --- 107,117 ---- /** * The class fingerprint that is set to indicate * serialization compatibility with a previous * version of the class. */ + @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual static final long serialVersionUID = 6603384152749567654L; /** * Returns the standard algorithm name for this key. For * example, "DSA" would indicate that this key is a DSA key.
< prev index next >