< prev index next >

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

Print this page

        

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