Uses of Class
org.apache.commons.codec.binary.Base58
-
Packages that use Base58 Package Description org.apache.commons.codec.binary Base64, Base32, Base16, BaseN, Binary, and Hexadecimal String encoding and decoding. -
-
Uses of Base58 in org.apache.commons.codec.binary
Methods in org.apache.commons.codec.binary that return Base58 Modifier and Type Method Description Base58Base58.Builder. get()Builds a new Base58 instance with the configured settings.protected Base58Base58InputStream.Builder. newBaseNCodec()protected Base58Base58OutputStream.Builder. newBaseNCodec()Creates a new Base58 codec instance.
-