krb5_error_code krb5_enctype_to_string ( krb5_enctype enctype, char *buffer, size_t buflen );
The encryption type value to convert.
A pointer to a buffer to hold the encryption type string.
The maximum length of the string that will fit in buffer.
This routine converts a Kerberos encryption type value into the corresponding string.
This routine returns the following KRB5 status codes:
0
ENOMEM
Insufficient memory.