Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKeystoreQuery::enumKeyByRenewal ( P6TIME  expired,
p6IEnumKeystore **  ppEnum 
)
pure virtual

The returned enumerator can be used to walk all the entires or a subset of the key entries in a keystore.

All the keys whose renewal date meta data is less than or equal to the given expired parameter.

Parameters
expired[ in ] A date time encoded as a P6TIME in GMT
ppEnum[ out ] identifiers for all matching keys
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgppEnum is NULL.
P6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidStateA successful call to open() was not made before this call.
P6R::eNotFoundNo keys exist matching the request.