diff options
author | Marcus Brinkmann <[email protected]> | 2005-09-30 11:01:37 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-09-30 11:01:37 +0000 |
commit | c77dc1d42a7b812577e2075929cee7185e755026 (patch) | |
tree | 75859f6c2e97fe0ec8f63ad7d502f06088702a29 /doc/gpgme.texi | |
parent | 2005-09-29 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-c77dc1d42a7b812577e2075929cee7185e755026.tar.gz gpgme-c77dc1d42a7b812577e2075929cee7185e755026.zip |
2005-09-30 Marcus Brinkmann <[email protected]>
* gpgme.texi (Key Management): Document is_qualified.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r-- | doc/gpgme.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 61d56b71..afe375b2 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -2313,6 +2313,10 @@ This is true if the subkey can be used to create key certificates. @item unsigned int can_authenticate : 1 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 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 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 This is true if the key is a secret key. |