2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 07:16:08 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-22 01:02:27 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.gnupg" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2008-05-30 17:25:13 +00:00
|
|
|
<title>GnuPG &Functions;</title>
|
2005-10-29 16:08:09 +00:00
|
|
|
|
|
|
|
<partintro>
|
|
|
|
&reftitle.notes;
|
|
|
|
<para>
|
|
|
|
This extension makes use of the keyring of the current user. This keyring
|
2005-12-08 12:10:54 +00:00
|
|
|
is normally located in ~./.gnupg/.
|
2005-10-29 16:08:09 +00:00
|
|
|
To specify a custom location, store the path to the keyring in the
|
2005-10-29 18:51:50 +00:00
|
|
|
environment variable GNUPGHOME. See <link
|
2011-09-30 14:21:51 +00:00
|
|
|
linkend="function.putenv">putenv</link> for more information how to do
|
2005-10-29 16:08:09 +00:00
|
|
|
this.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Some functions require the specification of a key. This specification can
|
2008-12-25 01:35:26 +00:00
|
|
|
be anything that refers to a unique key (userid, key-id, fingerprint,
|
2005-10-29 16:08:09 +00:00
|
|
|
...).
|
|
|
|
This documentation uses the fingerprint in all examples.
|
|
|
|
</para>
|
2016-07-25 16:47:50 +00:00
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
As alternative to the explicitly documented functions using
|
|
|
|
<type>resource</type>s, you can also use an object-oriented style using
|
|
|
|
<classname>gnupg</classname> objects.
|
|
|
|
</para>
|
|
|
|
</note>
|
2007-12-22 01:02:27 +00:00
|
|
|
</partintro>
|
2005-10-29 16:08:09 +00:00
|
|
|
|
2007-12-10 17:06:11 +00:00
|
|
|
&reference.gnupg.entities.functions;
|
2005-10-29 16:08:09 +00:00
|
|
|
|
|
|
|
</reference>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2005-10-29 16:08:09 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|
|
|
|
|