< prev index next >

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

Print this page

        

*** 100,109 **** --- 100,110 ---- * for information about how a particular type of provider, the cryptographic * service provider, works and is installed. * * @author Benjamin Renaud * @author Andreas Sterbenz + * @since 1.1 */ public abstract class Provider extends Properties { // Declare serialVersionUID to be compatible with JDK1.1 private static final long serialVersionUID = -4298000515446427739L;
< prev index next >