new openpgp_packet_marker()
- Source:
- packet/openpgp.packet.marker.js, line 29
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:
- packet/openpgp.packet.marker.js, line 42
Returns:
Object representation -
<inner> toString() → {String}
-
Generates Debug output
- Source:
- packet/openpgp.packet.marker.js, line 58
Returns:
String which gives some information about the keymaterial- Type
- String