Hierarchy For All Packages
- ch.threema.apitool,
- ch.threema.apitool.console.commands,
- ch.threema.apitool.console.commands.fields,
- ch.threema.apitool.exceptions,
- ch.threema.apitool.helpers,
- ch.threema.apitool.messages,
- ch.threema.apitool.results,
- ch.threema.apitool.serializers,
- ch.threema.apitool.types,
- ch.threema.apitool.types.voting,
- ch.threema.apitool.utils,
- com.neilalexander.jnacl,
- com.neilalexander.jnacl.crypto
Class Hierarchy
- java.lang.Object
- ch.threema.apitool.APIConnector
- ch.threema.apitool.utils.ApiResponse<T>
- ch.threema.apitool.types.voting.BallotChoice
- ch.threema.apitool.serializers.BallotChoiceSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.BallotCreateMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.BallotVoteMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.results.CapabilityResult
- ch.threema.apitool.console.commands.Command
- ch.threema.apitool.console.commands.CapabilityCommand
- ch.threema.apitool.console.commands.CreditsCommand
- ch.threema.apitool.console.commands.DecryptAndDownloadCommand
- ch.threema.apitool.console.commands.DecryptCommand
- ch.threema.apitool.console.commands.DerivePublicKeyCommand
- ch.threema.apitool.console.commands.EncryptCommand
- ch.threema.apitool.console.commands.FetchPublicKey
- ch.threema.apitool.console.commands.GenerateKeyPairCommand
- ch.threema.apitool.console.commands.HashEmailCommand
- ch.threema.apitool.console.commands.HashPhoneCommand
- ch.threema.apitool.console.commands.IDLookupByEmail
- ch.threema.apitool.console.commands.IDLookupByPhoneNo
- ch.threema.apitool.console.commands.SendE2EFileMessageCommand
- ch.threema.apitool.console.commands.SendE2EImageMessageCommand
- ch.threema.apitool.console.commands.SendE2ETextMessageCommand
- ch.threema.apitool.console.commands.SendSimpleMessageCommand
- ch.threema.apitool.console.commands.CompareVersionsCommand
- ch.threema.apitool.ConsoleMain
- ch.threema.apitool.CryptTool
- com.neilalexander.jnacl.crypto.curve25519
- com.neilalexander.jnacl.crypto.curve25519xsalsa20poly1305
- ch.threema.apitool.utils.DataUtils
- ch.threema.apitool.serializers.DeliveryReceiptSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.helpers.E2EHelper
- ch.threema.apitool.helpers.E2EHelper.ReceiveMessageResult
- ch.threema.apitool.results.EncryptResult
- ch.threema.apitool.console.commands.fields.Field
- ch.threema.apitool.console.commands.fields.ByteArrayField
- ch.threema.apitool.console.commands.fields.FileField
- ch.threema.apitool.console.commands.fields.FolderField
- ch.threema.apitool.console.commands.fields.KeyField
- ch.threema.apitool.console.commands.fields.PrivateKeyField
- ch.threema.apitool.console.commands.fields.PublicKeyField
- ch.threema.apitool.console.commands.fields.TextField
- ch.threema.apitool.console.commands.fields.ThreemaIDField
- ch.threema.apitool.serializers.FileMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.GroupBallotCreateMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.GroupBallotVoteMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.GroupCreateMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.GroupDeletePhotoSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.GroupDeliveryReceiptSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.GroupFileMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.types.GroupId
- ch.threema.apitool.serializers.GroupLeaveMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.GroupLocationMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.GroupRenameMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.GroupRequestSyncMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.GroupSetPhotoSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.GroupTextMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- com.neilalexander.jnacl.crypto.hsalsa20
- ch.threema.apitool.types.Key
- ch.threema.apitool.types.Key.KeyType
- ch.threema.apitool.serializers.LocationMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.types.MessageId
- com.neilalexander.jnacl.NaCl
- com.neilalexander.jnacl.crypto.poly1305
- ch.threema.apitool.utils.ProtocolConstants
- ch.threema.apitool.PublicKeyStore
- com.neilalexander.jnacl.crypto.salsa20
- ch.threema.apitool.utils.StringUtils
- ch.threema.apitool.serializers.TextMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.serializers.ThreemaGroupMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- ch.threema.apitool.messages.ThreemaMessage
- ch.threema.apitool.messages.BallotCreateMessage
- ch.threema.apitool.messages.BallotVoteMessage
- ch.threema.apitool.messages.DeliveryReceipt
- ch.threema.apitool.messages.FileMessage
- ch.threema.apitool.messages.ImageMessage
- ch.threema.apitool.messages.LocationMessage
- ch.threema.apitool.messages.TextMessage
- ch.threema.apitool.messages.ThreemaGroupMessage
- ch.threema.apitool.messages.GroupBallotCreateMessage
- ch.threema.apitool.messages.GroupBallotVoteMessage
- ch.threema.apitool.messages.GroupCreateMessage
- ch.threema.apitool.messages.GroupDeletePhoto
- ch.threema.apitool.messages.GroupDeliveryReceipt
- ch.threema.apitool.messages.GroupFileMessage
- ch.threema.apitool.messages.GroupLeaveMessage
- ch.threema.apitool.messages.GroupLocationMessage
- ch.threema.apitool.messages.GroupRenameMessage
- ch.threema.apitool.messages.GroupRequestSyncMessage
- ch.threema.apitool.messages.GroupSetPhoto
- ch.threema.apitool.messages.GroupTextMessage
- ch.threema.apitool.serializers.ThreemaMessageSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- ch.threema.apitool.exceptions.ApiException
- ch.threema.apitool.exceptions.InvalidCommandFieldValueException
- ch.threema.apitool.exceptions.InvalidKeyException
- ch.threema.apitool.exceptions.MessageParseException
- ch.threema.apitool.exceptions.BadMessageException
- ch.threema.apitool.exceptions.DecryptionFailedException
- ch.threema.apitool.exceptions.UnsupportedMessageTypeException
- ch.threema.apitool.exceptions.NotAllowedException
- ch.threema.apitool.exceptions.RequiredCommandFieldMissingException
- java.lang.RuntimeException
- ch.threema.apitool.exceptions.InvalidHexException
- java.lang.Exception
- ch.threema.apitool.results.UploadResult
- com.neilalexander.jnacl.crypto.verify_16
- ch.threema.apitool.types.voting.VoteChoice
- ch.threema.apitool.serializers.VoteChoiceSerializer (implements ch.threema.apitool.serializers.CustomMessageSerializer)
- com.neilalexander.jnacl.crypto.xsalsa20
- com.neilalexander.jnacl.crypto.xsalsa20poly1305
Interface Hierarchy
- ch.threema.apitool.serializers.CustomMessageSerializer
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- ch.threema.apitool.messages.DeliveryReceipt.Type
- ch.threema.apitool.types.voting.DisplayMode
- ch.threema.apitool.types.FileRenderingType
- ch.threema.apitool.messages.GroupDeliveryReceipt.Type
- ch.threema.apitool.types.QuotePart
- ch.threema.apitool.types.voting.ResultsDisclosureType
- ch.threema.apitool.types.voting.State
- ch.threema.apitool.types.voting.VotingMode
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)