Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ICryptoKeySetMeta::setExpiredDate ( P6TIME  expire)
pure virtual

This method assigns the time that a key’s useful lifetime is terminated permanently.

If the new value in the expire parameter is greater than the key's existing expire time, then the key's associated renewal meta data will also be set to the current time. The value of the renewal time can be over ridden by calling the setRenewalDate() method.

Parameters
expire[IN] a P6TIME value.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedObject is in an incorrect state.