Class ArrayUtil

java.lang.Object
com.webauthn4j.util.ArrayUtil

public class ArrayUtil extends Object
  • Method Details

    • clone

      @Nullable public static @org.jetbrains.annotations.Nullable byte[] clone(@Nullable @org.jetbrains.annotations.Nullable byte[] value)
    • clone

      @Nullable public static @Nullable String[] clone(@Nullable @Nullable String[] value)
    • toHexString

      @Nullable public static @Nullable String toHexString(@Nullable @org.jetbrains.annotations.Nullable byte[] value)
    • convertToFixedByteArray

      @NotNull public static @org.jetbrains.annotations.NotNull byte[] convertToFixedByteArray(@NotNull @NotNull BigInteger value)
    • convertToFixedByteArray

      @NotNull public static @org.jetbrains.annotations.NotNull byte[] convertToFixedByteArray(int fixedSize, @NotNull @NotNull BigInteger value)