new Mpi()
- Source:
Members
-
data
-
An implementation dependent integer
- Source:
Methods
-
read(input) → {Integer}
-
Parsing function for a mpi (RFC 4880 3.2).
Parameters:
Name Type Description input
String Payload of mpi data - Source:
Returns:
Length of data read- Type
- Integer
-
write() → {String}
-
Converts the mpi object to a string as specified in RFC4880 3.2
- Source:
Returns:
mpi Byte representation- Type
- String