Object WebAuthn.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String format(ByteArray bytes) Format the bytes array to string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • format

         final String format(ByteArray bytes)

        Format the bytes array to string.

        Parameters:
        bytes - The input bytes array
        Returns:

        The string representation of the bytes array.