addin get_keyid() method

This commit is contained in:
Andreas Steffen
2007-02-24 00:33:48 +00:00
parent 182d20e94e
commit 0cdec3baa5
2 changed files with 18 additions and 1 deletions
+8
View File
@@ -110,6 +110,14 @@ struct x509_t {
*/
chunk_t (*get_subjectKeyID) (const x509_t *this);
/**
* @brief Get keyid from the certificate's public key.
*
* @param this calling object
* @return keyid
*/
chunk_t (*get_keyid) (const x509_t *this);
/**
* @brief Get the certificate issuer's ID.
*