Interface Challenge

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultChallenge

public interface Challenge extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    @org.checkerframework.checker.nullness.qual.NonNull byte[]
    Gets the challenge value.
  • Method Details

    • getValue

      @org.checkerframework.checker.nullness.qual.NonNull byte[] getValue()
      Gets the challenge value. Cannot be null.
      Returns:
      the challenge value