new openpgp_packet_marker
- Source:
- openpgp.js, line 148
Methods
-
<inner> read_packet
-
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:
- openpgp.js, line 161
Returns:
object representation- Type
- openpgp_packet_encrypteddata
-
<inner> toString
-
Generates Debug output
- Source:
- openpgp.js, line 176
Returns:
String which gives some information about the keymaterial- Type
- string