publickey.3 (7f3dea244c40159a41ab22da77a434d7c5b5e85a) publickey.3 (c6ff3a1bf74d96278726113478b2c66884aab584)
1.\" @(#)publickey.3r 2.1 88/08/07 4.0 RPCSRC
2.\" $FreeBSD$
3.\"
4.TH PUBLICKEY 3R "6 October 1987"
5.SH NAME
6publickey, getpublickey, getsecretkey \- get public or secret key
7.SH SYNOPSIS
8.nf

--- 17 unchanged lines hidden (view full) ---

26database.
27.B getsecretkey(\|)
28has an extra argument,
29.IR passwd ,
30which is used to decrypt the encrypted secret key stored in the database.
31Both routines return 1 if they are successful in finding the key, 0 otherwise.
32The keys are returned as
33.SM NULL\s0-terminated,
1.\" @(#)publickey.3r 2.1 88/08/07 4.0 RPCSRC
2.\" $FreeBSD$
3.\"
4.TH PUBLICKEY 3R "6 October 1987"
5.SH NAME
6publickey, getpublickey, getsecretkey \- get public or secret key
7.SH SYNOPSIS
8.nf

--- 17 unchanged lines hidden (view full) ---

26database.
27.B getsecretkey(\|)
28has an extra argument,
29.IR passwd ,
30which is used to decrypt the encrypted secret key stored in the database.
31Both routines return 1 if they are successful in finding the key, 0 otherwise.
32The keys are returned as
33.SM NULL\s0-terminated,
34hexadecimal strings. If the password supplied to
34hexadecimal strings.
35If the password supplied to
35.B getsecretkey(\|)
36fails to decrypt the secret key, the routine will return 1 but the
37.I secretkey
38argument will be a
39.SM NULL
40string (``'').
41.SH "SEE ALSO"
42.BR publickey (5)
43.LP
44.I \s-1RPC\s0 Programmer's Manual
45in
46.TX NETP
36.B getsecretkey(\|)
37fails to decrypt the secret key, the routine will return 1 but the
38.I secretkey
39argument will be a
40.SM NULL
41string (``'').
42.SH "SEE ALSO"
43.BR publickey (5)
44.LP
45.I \s-1RPC\s0 Programmer's Manual
46in
47.TX NETP