new openpgp_packet_modificationdetectioncode
- Source:
- openpgp.js, line 1123
Methods
-
<inner> read_packet
-
parsing function for a modification detection code packet (tag 19).
Parameters:
Name Type Description input
String payload of a tag 19 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 1137
Returns:
object representation- Type
- openpgp_packet_encrypteddata
-
<inner> toString
-
generates debug output (pretty print)
- Source:
- openpgp.js, line 1166
Returns:
String which gives some information about the modification detection code- Type
- string