Class RawEncryptedContent

    • Field Detail

      • algorithm

        private String algorithm
    • Constructor Detail

      • RawEncryptedContent

        public RawEncryptedContent​(Object content,
                                   String algorithm)
    • Method Detail

      • getProps

        public Object getProps()
      • getAlgorithm

        public String getAlgorithm()
        Description copied from class: RoomEncryptedContent
        Required. The encryption algorithm used to encrypt this event. The value of this field determines which other properties will be present. One of: ["m.olm.v1.curve25519-aes-sha2", "m.megolm.v1.aes-sha2"].
        Specified by:
        getAlgorithm in class RoomEncryptedContent
        Returns:
        algorithm.