public class Base58Check extends Object
Constructor and Description |
---|
Base58Check() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
decode(String encoded) |
static byte[] |
decodePlain(String encoded) |
static String |
encode(byte[] data) |
static String |
encodePlain(byte[] data) |
static byte[] |
hash256(byte[] data) |
public static String encode(byte[] data) throws NoSuchAlgorithmException
NoSuchAlgorithmException
public static String encodePlain(byte[] data)
public static byte[] decode(String encoded) throws NoSuchAlgorithmException
NoSuchAlgorithmException
public static byte[] decodePlain(String encoded)
public static byte[] hash256(byte[] data) throws NoSuchAlgorithmException
NoSuchAlgorithmException
Copyright © 2016 Metaco. All rights reserved.