Class CiphertextInfo


  • public class CiphertextInfo
    extends Object
    Cipher text info.
    • Field Detail

      • body

        private String body
        The encrypted payload.
      • type

        private Long type
        The Olm message type.
    • Constructor Detail

      • CiphertextInfo

        public CiphertextInfo()
    • Method Detail

      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • getType

        public Long getType()
      • setType

        public void setType​(Long type)