Class KeyResponse


  • public class KeyResponse
    extends Object
    JSON body response for key api.
    • Field Detail

      • oldVerifyKeys

        private Map<String,​OldVerifyKey> oldVerifyKeys
        The public keys that the server used to use and when it stopped using them.
      • serverName

        private String serverName
        DNS name of the homeserver.
      • signatures

        private Map<String,​Map<String,​String>> signatures
        Digital signatures for this object signed using the verify_keys.
      • validUntilTs

        private Long validUntilTs
        POSIX timestamp when the list of valid keys should be refreshed.
      • verifyKeys

        private Map<String,​VerifyKey> verifyKeys
        Public keys of the homeserver for verifying digital signatures.
    • Constructor Detail

      • KeyResponse

        public KeyResponse()