< prev index next >

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

Print this page

        

@@ -111,10 +111,11 @@
  * Java Security Standard Algorithm Names Specification.
  * Consult the release documentation for your implementation to see if any
  * other algorithms are supported.
  *
  * @author Benjamin Renaud
+ * @since 1.1
  *
  */
 
 public abstract class Signature extends SignatureSpi {
 
< prev index next >