java.lang.Object
com.webauthn4j.util.ArrayUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic @org.jetbrains.annotations.Nullable byte[]clone(@org.jetbrains.annotations.Nullable byte[] value) static @Nullable String[]static @org.jetbrains.annotations.NotNull byte[]convertToFixedByteArray(int fixedSize, @NotNull BigInteger value) static @org.jetbrains.annotations.NotNull byte[]convertToFixedByteArray(@NotNull BigInteger value) static @Nullable StringtoHexString(@org.jetbrains.annotations.Nullable byte[] value)
-
Method Details
-
clone
@Nullable public static @org.jetbrains.annotations.Nullable byte[] clone(@Nullable @org.jetbrains.annotations.Nullable byte[] value) -
clone
-
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)
-