Uses of Class
ch.threema.apitool.exceptions.MessageParseException
Packages that use MessageParseException
-
Uses of MessageParseException in ch.threema.apitool
Methods in ch.threema.apitool that throw MessageParseExceptionModifier and TypeMethodDescriptionstatic ThreemaMessageCryptTool.decryptMessage(byte[] box, byte[] recipientPrivateKey, byte[] senderPublicKey, byte[] nonce) Decrypt a message. -
Uses of MessageParseException in ch.threema.apitool.exceptions
Subclasses of MessageParseException in ch.threema.apitool.exceptionsModifier and TypeClassDescriptionclassException that gets thrown if a message has a bad/illegal format after it has been decrypted.classException that gets thrown when decryption fails (because the keys are incorrect, or the data is corrupted).classException that gets thrown when an attempt has been made to decrypt a message of a type that is not supported by this library. -
Uses of MessageParseException in ch.threema.apitool.helpers
Methods in ch.threema.apitool.helpers that throw MessageParseExceptionModifier and TypeMethodDescriptionE2EHelper.receiveMessage(String threemaId, String messageId, byte[] box, byte[] nonce, Path outputFolder) Decrypt a Message and download the blobs of the Message (e.g. image or file)