Class AttestationChallengeRequest

    • Constructor Detail

      • AttestationChallengeRequest

        public AttestationChallengeRequest()
    • Method Detail

      • isPretty

        public boolean isPretty()
        Get the flag indicating whether the challenge response is written in the pretty format or not.
        Returns:
        true if the challenge response is written in the pretty format.
      • setPretty

        public AttestationChallengeRequest setPretty​(boolean pretty)
        Set the flag indicating whether the challenge response is written in the pretty format or not.
        Parameters:
        pretty - true to write the challenge response in the pretty format.
        Returns:
        this object.