added create_ipAddrBlock_enumerator() method to x509_t
This commit is contained in:
@@ -121,6 +121,13 @@ struct x509_t {
|
||||
* @return enumerator over URIs as char*
|
||||
*/
|
||||
enumerator_t* (*create_ocsp_uri_enumerator)(x509_t *this);
|
||||
|
||||
/**
|
||||
* Create an enumerator over all ipAddrBlocks.
|
||||
*
|
||||
* @return enumerator over ipAddrBlocks as traffic_selector_t*
|
||||
*/
|
||||
enumerator_t* (*create_ipAddrBlock_enumerator)(x509_t *this);
|
||||
};
|
||||
|
||||
#endif /** X509_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user