< prev index next >

jdk/src/jdk.security.jgss/share/classes/com/sun/security/jgss/InquireType.java

Print this page

        

@@ -38,11 +38,11 @@
      *    <li>Algorithm: enctype as a string, where
      *        enctype is defined in RFC 3961, section 8.
      *    <li>Format: "RAW"
      *    <li>Encoded form: the raw key bytes, not in any ASN.1 encoding
      *    </ul>
-     * @deprecated as of 1.9, replaced by {@link #KRB5_GET_SESSION_KEY_EX}
+     * @deprecated as of 9, replaced by {@link #KRB5_GET_SESSION_KEY_EX}
      * which returns an instance of
      * {@link javax.security.auth.kerberos.EncryptionKey}
      * that implements the {@link javax.crypto.SecretKey} interface and
      * has similar methods with {@link javax.security.auth.kerberos.KerberosKey}.
      */

@@ -51,11 +51,11 @@
     /**
      * Attribute type for retrieving the session key of an
      * established Kerberos 5 security context. The return value is an
      * instance of {@link javax.security.auth.kerberos.EncryptionKey}.
      *
-     * @since 1.9
+     * @since 9
      */
     KRB5_GET_SESSION_KEY_EX,
     /**
      * Attribute type for retrieving the service ticket flags of an
      * established Kerberos 5 security context. The returned object is

@@ -81,9 +81,9 @@
     /**
      * Attribute type for retrieving the KRB_CRED message that an initiator
      * is about to send to an acceptor. The return type is an instance of
      * {@link javax.security.auth.kerberos.KerberosCredMessage}.
      *
-     * @since 1.9
+     * @since 9
      */
     KRB5_GET_KRB_CRED,
 }
< prev index next >