< prev index next >

jdk/src/java.base/share/classes/java/security/spec/PKCS8EncodedKeySpec.java

Print this page

        

@@ -90,11 +90,11 @@
      * for information about standard algorithm names.
      * @throws NullPointerException if {@code encodedKey}
      * or {@code algorithm} is null.
      * @throws IllegalArgumentException if {@code algorithm} is
      * the empty string {@code ""}
-     * @since 1.9
+     * @since 9
      */
     public PKCS8EncodedKeySpec(byte[] encodedKey, String algorithm) {
         super(encodedKey, algorithm);
     }
 
< prev index next >