diff options
Diffstat (limited to '')
-rw-r--r-- | gpgmeplug/cryptplug.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gpgmeplug/cryptplug.h b/gpgmeplug/cryptplug.h index c390b6e6..fddaf179 100644 --- a/gpgmeplug/cryptplug.h +++ b/gpgmeplug/cryptplug.h @@ -1596,12 +1596,9 @@ const char* requestCertificateDialog( void ); /*! \ingroup groupCertAct \brief Generates a prototype certificate with the data provided - in the first four parameters and sends it via email to the CA - specified in \c ca_address. + in the four parameter. */ -bool requestDecentralCertificate( const char* name, const char* - email, const char* organization, const char* department, - const char* ca_address ); +bool requestDecentralCertificate( const char* certparms, char** generatedKey ); /*! \ingroup groupCertAct \brief Requests a certificate in a PSE from the CA |