JCE KeberosKey Class Enctype Name for RC4-HMAC?

Seema Malkani Seema.Malkani at Sun.COM
Tue Nov 7 15:50:29 EST 2006


The algorithm names for Kerberos RC4-HMAC encryption type are:
- rc4-hmac
- arcfour-hmac
- arcfour-hmac-md5

Makes sure you have setup the Kerberos account and Kerberos 
configuration to use RC4-HMAC encryption type.

Seema

Michael B Allen wrote On 11/06/06 20:33,:

>What is the algorithm name for RC4-HMAC recognised by the Sun JCE
>provider?
>
>I know Java 1.5 update 7 + supports RC4-HMAC but the following code:
>
>  KerberosKey key = new KerberosKey(principal, password, enctype);
>
>with enctypes "RC4-HMAC", "RC4", or "ARCFOUR" all yield a "not supported"
>exceptions.
>
>Thanks,
>Mike
>
>  
>



More information about the Kerberos mailing list