IPWorks OpenPGP 2020 PHP Edition

Questions / Feedback?

ChangeExpirationDate Method

Changes the expiration date of the key.

Object Oriented Interface

public function doChangeExpirationDate($expirationdate);

Procedural Interface

ipworksopenpgp_keymgr_do_changeexpirationdate($res, $expirationdate);

Remarks

This method changes the expiration date of the current Key. The ExpirationDate parameter specifies the number of days for which the key is valid starting today. For instance a value of "31" means the key is valid for the next 31 days.

The special value "0" means the key will never expire.

The key's passphrase is required for this operation and may be specified via KeyPassphrase or through the KeyPassphrase event.

Note: See KeyValidityTime for information on specifying the expiration date when creating the key with CreateKey.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 PHP Edition - Version 20.0 [Build 8249]