krb5_string_to_enctype -- Convert
a string to an encryption type

C Prototype

krb5_error_code krb5_string_to_enctype (
char *string,
krb5_enctype *enctypep );
Arguments

| string (input) | | A pointer to the string to
convert to an encryption type. |
| deltatp (output) | | A pointer to the encryption
type. |
Description

This routine converts a string to a Kerberos encryption type.
Return
Values

This routine returns the following KRB5 status codes:
0
|
Successful completion.
|
EINVAL
|
Invalid parameter.
|