Class SealedSessionCipher.DecryptionResult

  • Enclosing class:
    SealedSessionCipher

    public static class SealedSessionCipher.DecryptionResult
    extends java.lang.Object
    • Method Detail

      • getSenderUuid

        public java.lang.String getSenderUuid()
      • getSenderE164

        public java.util.Optional<java.lang.String> getSenderE164()
      • getDeviceId

        public int getDeviceId()
      • getCiphertextMessageType

        public int getCiphertextMessageType()
      • getPaddedMessage

        public byte[] getPaddedMessage()
      • getGroupId

        public java.util.Optional<byte[]> getGroupId()