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 > > > ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
