freebsd man page for getpublickey

Query: getpublickey

OS: freebsd

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PUBLICKEY(3)						   BSD Library Functions Manual 					      PUBLICKEY(3)

NAME
publickey, getpublickey, getsecretkey -- get public or secret key
LIBRARY
RPC Service Library (librpcsvc, -lrpcsvc)
SYNOPSIS
#include <rpc/rpc.h> #include <rpc/key_prot.h> int getpublickey(const char netname[MAXNETNAMELEN+1], char publickey[HEXKEYBYTES+1]); int getsecretkey(char netname[MAXNETNAMELEN+1], char secretkey[HEXKEYBYTES+1], char *passwd);
DESCRIPTION
These routines are used to get public and secret keys from the YP database. The getsecretkey() function has an extra argument, passwd, which is used to decrypt the encrypted secret key stored in the database. Both routines return 1 if they are successful in finding the key, 0 oth- erwise. The keys are returned as NUL-terminated, hexadecimal strings. If the password supplied to getsecretkey() fails to decrypt the secret key, the routine will return 1 but the secretkey argument will be a NUL string (``'').
SEE ALSO
publickey(5) RPC Programmer's Manual in /usr/share/doc/psd/23.rpc.
BSD
October 6, 1987 BSD
Related Man Pages
publickey(3nsl) - sunos
getpublickey(3nsl) - debian
getsecretkey(3nsl) - debian
publickey(3nsl) - x11r4
publickey(3nsl) - opendarwin
Similar Topics in the Unix Linux Community
Mac OS X: Based on UNIX - Solid As a Rock
FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick
A simple UNIXtime component in Vue.js
Valid separator in time and date format
Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD?