skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: KRB5 (Kerberos V5) Application Programming Interface KRB5 (Kerberos V5) Application Programming Interface
go to previous page: krb5_string_to_cksumtype  Convert a string to a checksum type krb5_string_to_cksumtype Convert a string to a checksum type
go to next page: krb5_string_to_enctype  Convert a string to an encryption typekrb5_string_to_enctype Convert a string to an encryption type
end of book navigation links

krb5_string_to_deltat -- Convert a string to a delta time value 



C Prototype 

krb5_error_code krb5_string_to_deltat (
        char                    *string,
        krb5_deltat             *deltatp );

Arguments 

string (input) A pointer to the string to convert to a delta time.
deltatp (output) A pointer to the delta time.

Description 

This routine converts a string to a delta time value for use in other Kerberos routines.

Return Values 

This routine returns the following KRB5 status codes:

0
Successful completion.
EINVAL
Invalid parameter.


go to previous page: krb5_string_to_cksumtype  Convert a string to a checksum type krb5_string_to_cksumtype Convert a string to a checksum type
go to next page: krb5_string_to_enctype  Convert a string to an encryption typekrb5_string_to_enctype Convert a string to an encryption type