Package com.yahoo.security
Class Base58
java.lang.Object
com.yahoo.security.Base58
Base58 encoding using the alphabet standardized by Bitcoin et al., which avoids
the use of characters [0OIl] to avoid visual ambiguity. It does not feature any
potential word/line-breaking characters, which means encoded strings can usually
be selected in one go on web pages or in the terminal.
- Author:
- vekterli
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Base58
public Base58()
-
-
Method Details
-
codec
-