Interface Challenge
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultChallenge
-
Method Summary
Modifier and TypeMethodDescription@org.checkerframework.checker.nullness.qual.NonNull byte[]getValue()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
-