Members
-
data
-
An implementation dependent integer
- Source:
Methods
-
read(input, position, len) → {module:type/mpi}
-
Parsing function for a mpi (RFC 4880 3.2).
Parameters:
Name Type Description inputString Payload of mpi data positionInteger Position to start reading from the input string lenInteger Length of the packet or the remaining length of input at position - Source:
Returns:
Object representation- Type
- module:type/mpi
-
write() → {String}
-
Converts the mpi object to a string as specified in RFC4880 3.2
- Source:
Returns:
mpi Byte representation- Type
- String