< prev index next >

jdk/src/java.security.jgss/share/classes/javax/security/auth/kerberos/EncryptionKey.java

Print this page

        

@@ -42,11 +42,11 @@
  *     }
  * </pre>
  * The key material of an {@code EncryptionKey} is defined as the value
  * of the {@code keyValue} above.
  *
- * @since 1.9
+ * @since 9
  */
 public final class EncryptionKey implements SecretKey {
 
     private static final long serialVersionUID = 9L;
 
< prev index next >