Module: packet/secret_key

packet/secret_key

Implementation of the Key Material Packet (Tag 5,6,7,14)

RFC4480 5.5: A key material packet contains all the information about a public or private key. There are four variants of this packet type, and two major versions. Consequently, this section is complex.

new (require("packet/secret_key"))()

Source:
Source:

Requires

Methods

readPublicKey()

Alias of read()
Inherited From:
Source:
See:
  • module:packet/public_key#read

writePublicKey()

Alias of write()
Inherited From:
Source:
See:
  • module:packet/public_key#write