< prev index next >

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

Print this page

        

@@ -28,11 +28,11 @@
 import java.util.HashMap;
 
 /**
  * Enum for representing the ucrypto mechanisms.
  *
- * @since 1.9
+ * @since 9
  */
 // Check /usr/include/libsoftcrypto.h for updates
 public enum UcryptoMech {
 
     CRYPTO_AES_ECB(1, new ServiceDesc[]
< prev index next >