Class Base58

java.lang.Object
org.testcontainers.utility.Base58

public class Base58 extends Object
Utility class for creation of random strings of 58 easy-to-distinguish characters.
  • Constructor Details

    • Base58

      public Base58()
  • Method Details

    • randomString

      public static String randomString(int length)