addin get_keyid() method
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user