java.lang.Object
com.webauthn4j.data.client.challenge.DefaultChallenge
- All Implemented Interfaces:
Challenge
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultChallenge(@org.jetbrains.annotations.NotNull byte[] value) Creates a new instanceDefaultChallenge(@NotNull String base64urlString) -
Method Summary
-
Constructor Details
-
DefaultChallenge
public DefaultChallenge(@NotNull @org.jetbrains.annotations.NotNull byte[] value) Creates a new instance- Parameters:
value- the value of the challenge
-
DefaultChallenge
-
DefaultChallenge
public DefaultChallenge()
-
-
Method Details
-
getValue
@NotNull public @org.jetbrains.annotations.NotNull byte[] getValue()Description copied from interface:ChallengeGets the challenge value. Cannot be null. -
equals
-
hashCode
public int hashCode() -
toString
-