2005-09-30 Marcus Brinkmann <marcus@g10code.de>

* gpgme.texi (Key Management): Document is_qualified.
This commit is contained in:
Marcus Brinkmann 2005-09-30 11:01:37 +00:00
parent fb2ea39a38
commit c77dc1d42a
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-09-30 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Key Management): Document is_qualified.
2005-07-27 Marcus Brinkmann <marcus@g10code.de> 2005-07-27 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Decrypt): Add plaintext_filename to * gpgme.texi (Decrypt): Add plaintext_filename to

View File

@ -2313,6 +2313,10 @@ This is true if the subkey can be used to create key certificates.
@item unsigned int can_authenticate : 1 @item unsigned int can_authenticate : 1
This is true if the subkey can be used for authentication. This is true if the subkey can be used for authentication.
@item unsigned int is_qualified : 1
This is true if the subkey can be used for qualified signatures
according to local government regulations.
@item unsigned int secret : 1 @item unsigned int secret : 1
This is true if the subkey is a secret key. This is true if the subkey is a secret key.
@ -2481,6 +2485,10 @@ key certificates.
This is true if the key (ie one of its subkeys) can be used for This is true if the key (ie one of its subkeys) can be used for
authentication. authentication.
@item unsigned int is_qualified : 1
This is true if the key can be used for qualified signatures according
to local government regulations.
@item unsigned int secret : 1 @item unsigned int secret : 1
This is true if the key is a secret key. This is true if the key is a secret key.