< prev index next >

jdk/src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/NativeKey.java

Print this page

        

@@ -37,11 +37,11 @@
 
 /**
  * Wrapper class for native keys needed for using ucrypto APIs.
  * This class currently supports native RSA private/public keys.
  *
- * @since 1.9
+ * @since 9
  */
 abstract class NativeKey implements Key {
 
     private static final long serialVersionUID = 6812507588904302830L;
 
< prev index next >