Package org.signal.libsignal.metadata
Class SealedSessionCipher.DecryptionResult
-
- All Implemented Interfaces:
public class SealedSessionCipher.DecryptionResult
-
-
Field Summary
Fields Modifier and Type Field Description public final StringsenderUuidpublic final Optional<String>senderE164public final intdeviceIdpublic final Optional<Array<byte>>groupIdpublic final Array<byte>paddedMessage
-
Method Summary
Modifier and Type Method Description StringgetSenderUuid()Optional<String>getSenderE164()intgetDeviceId()Optional<Array<byte>>getGroupId()Array<byte>getPaddedMessage()ServiceId.AcigetSenderAci()Returns an ACI if the sender is a valid UUID, nullotherwise.intgetCiphertextMessageType()-
-
Method Detail
-
getSenderUuid
String getSenderUuid()
-
getSenderE164
Optional<String> getSenderE164()
-
getDeviceId
int getDeviceId()
-
getGroupId
Optional<Array<byte>> getGroupId()
-
getPaddedMessage
Array<byte> getPaddedMessage()
-
getSenderAci
ServiceId.Aci getSenderAci()
Returns an ACI if the sender is a valid UUID,
nullotherwise.In a future release DecryptionResult will only support ACIs.
-
getCiphertextMessageType
int getCiphertextMessageType()
-
-
-
-