Class Base58ByteTranslator


  • public class Base58ByteTranslator
    extends ByteTranslator
    Simply convert to and from base58.

    In the adapter configuration file this class is aliased as base58-byte-translator which is the preferred alternative to the fully qualified classname when building your configuration.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String translate​(byte[] bytes)
      Translate a byte array into a String.
      byte[] translate​(java.lang.String s)
      Translate a string into a byte array.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait