Class: openpgp_packet_marker

openpgp_packet_marker

Implementation of the strange "Marker packet" (Tag 10) RFC4880 5.8: An experimental version of PGP used this packet as the Literal packet, but no released version of PGP generated Literal packets with this tag. With PGP 5.x, this packet has been reassigned and is reserved for use as the Marker packet. Such a packet MUST be ignored when received.

new openpgp_packet_marker()

Source:

Methods

<inner> read_packet(input, position, len) → {openpgp_packet_encrypteddata}

Parsing function for a literal data packet (tag 10).
Parameters:
Name Type Description
input String Payload of a tag 10 packet
position Integer Position to start reading from the input string
len Integer Length of the packet or the remaining length of input at position
Source:
Returns:
Object representation
Type
openpgp_packet_encrypteddata

<inner> toString() → {String}

Generates Debug output
Source:
Returns:
String which gives some information about the keymaterial
Type
String