MIT

Encryption keys

Specify a DES key when creating a principal to be used by Java in the MIT KDC. The Java reference implementation does not support 3DES keys.

If you plan to use only the standard Java GSSManager implementation, specify an encryption key of type des-cbc-crc or des-cbc-md5. Specify the encryption type as follows:

des-cbc-crc:normal

Here normal is the type of key salt. It may be possible to use other salt types.

NoteIf you are using Wedgetail GSSManager, you can create principals in an MIT KDC of type des3-cbc-sha1-kd.