Uses of Class
ch.threema.apitool.types.voting.VoteChoice
Packages that use VoteChoice
Package
Description
-
Uses of VoteChoice in ch.threema.apitool
Method parameters in ch.threema.apitool with type arguments of type VoteChoiceModifier and TypeMethodDescriptionstatic EncryptResultCryptTool.encryptBallotVoteMessage(byte[] creator, byte[] ballotId, List<VoteChoice> votes, byte[] senderPrivateKey, byte[] recipientPublicKey) Encrypt a Ballotstatic EncryptResultCryptTool.encryptGroupBallotVoteMessage(GroupId groupId, byte[] creator, byte[] ballotId, List<VoteChoice> votes, byte[] senderPrivateKey, byte[] recipientPublicKey) Encrypt a Group -
Uses of VoteChoice in ch.threema.apitool.helpers
Method parameters in ch.threema.apitool.helpers with type arguments of type VoteChoiceModifier and TypeMethodDescriptionE2EHelper.sendBallotVoteMessage(String threemaId, byte[] creator, byte[] ballotId, List<VoteChoice> votes) Encrypt a ballot vote message and send it to the given recipient. -
Uses of VoteChoice in ch.threema.apitool.messages
Methods in ch.threema.apitool.messages that return types with arguments of type VoteChoiceModifier and TypeMethodDescriptionBallotVoteMessage.getVotes()The votes tupleGroupBallotVoteMessage.getVotes()The votes arrayConstructor parameters in ch.threema.apitool.messages with type arguments of type VoteChoiceModifierConstructorDescriptionBallotVoteMessage(byte[] creator, byte[] ballotId, List<VoteChoice> votes) GroupBallotVoteMessage(GroupId groupId, byte[] creator, byte[] ballotId, List<VoteChoice> votes) -
Uses of VoteChoice in ch.threema.apitool.serializers
Method parameters in ch.threema.apitool.serializers with type arguments of type VoteChoiceModifier and TypeMethodDescriptionstatic byte[]BallotVoteMessageSerializer.serialize(byte[] creator, byte[] ballotId, List<VoteChoice> votes) static byte[]GroupBallotVoteMessageSerializer.serialize(GroupId groupId, byte[] creator, byte[] ballotId, List<VoteChoice> votes) -
Uses of VoteChoice in ch.threema.apitool.types.voting
Methods in ch.threema.apitool.types.voting that return VoteChoiceModifier and TypeMethodDescriptionstatic VoteChoiceVoteChoice.fromString(byte[] data, int realDataLength)