public class Credentials extends Object
Modifier and Type | Method and Description |
---|---|
static Credentials |
create(ECKey ecKeyPair) |
static Credentials |
create(String privateKey) |
static String |
encode58Check(byte[] input) |
boolean |
equals(Object o) |
String |
getAddress() |
ECKey |
getEcKeyPair() |
int |
hashCode() |
public ECKey getEcKeyPair()
public String getAddress()
public static Credentials create(ECKey ecKeyPair)
public static String encode58Check(byte[] input)
public static Credentials create(String privateKey)
Copyright © 2020. All rights reserved.