Add key expiration time subpacket parsing to PGPPacket
authorW. Trevor King <wking@tremily.us>
Fri, 20 Dec 2013 23:05:11 +0000 (15:05 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 23 Dec 2013 02:32:14 +0000 (18:32 -0800)
commit467eb1ba367a5956ee10f870db5824a82b39d6e3
tree8b84364dab6653f96c6d2d57fd2d7e99fdf99145
parent9f7b198ea846d02b37a7e2934f26f61a87af4d76
Add key expiration time subpacket parsing to PGPPacket

From RFC 4880 [1]:

  (4-octet time field)

  The validity period of the key.  This is the number of seconds after
  the key creation time that the key expires.  If this is not present
  or has a value of zero, the key never expires.  This is found only
  on a self-signature.

[1]: http://tools.ietf.org/search/rfc4880#section-5.2.3.6
gpg-migrate.py