Class HexUtil

java.lang.Object
com.webauthn4j.util.HexUtil

public class HexUtil extends Object
  • Method Details

    • decode

      @NotNull public static @org.jetbrains.annotations.NotNull byte[] decode(@NotNull @NotNull String source)
    • encodeToString

      @NotNull public static @NotNull String encodeToString(@NotNull @org.jetbrains.annotations.NotNull byte[] source)