new openpgp_packet_modificationdetectioncode()
- Source:
Methods
-
<inner> read_packet(input, position, len) → {openpgp_packet_encrypteddata}
-
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:
Returns:
object representation -
<inner> toString() → {String}
-
generates debug output (pretty print)
- Source:
Returns:
String which gives some information about the modification detection code- Type
- String