< prev index next >

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

Print this page

        

*** 39,49 **** * <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} * 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}. */ --- 39,49 ---- * <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 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}. */
*** 52,62 **** /** * 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 */ KRB5_GET_SESSION_KEY_EX, /** * Attribute type for retrieving the service ticket flags of an * established Kerberos 5 security context. The returned object is --- 52,62 ---- /** * 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 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
*** 82,90 **** /** * 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 */ KRB5_GET_KRB_CRED, } --- 82,90 ---- /** * 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 9 */ KRB5_GET_KRB_CRED, }
< prev index next >