[][src]Module kerbeiros::key

Exports the types of user keys available for this implementation.

Enums

Key

Encapsules the possible keys used by this Kerberos implementation. Each key can be used by a different cryptographic algorithm.

Constants

AES128_KEY_SIZE

Size of Key::AES128Key.

AES256_KEY_SIZE

Size of Key::AES256Key.

RC4_KEY_SIZE

Size of Key::RC4Key.