added the create_crluri_iterator method

This commit is contained in:
Andreas Steffen
2007-02-24 23:21:45 +00:00
parent 7eb4010c01
commit e3c0ece8c8
2 changed files with 17 additions and 0 deletions
+8
View File
@@ -140,6 +140,14 @@ struct x509_t {
*/
identification_t *(*get_subject) (const x509_t *this);
/**
* @brief Create an iterator for the crlDistributionPoints.
*
* @param this calling object
* @return iterator for crlDistributionPoints
*/
iterator_t *(*create_crluri_iterator) (const x509_t *this);
/**
* @brief Check if a certificate is trustworthy
*