public class Credentials extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Credentials |
create(ECKeyPair ecKeyPair) |
static Credentials |
create(String privateKey) |
static Credentials |
create(String privateKey,
String publicKey) |
boolean |
equals(Object o) |
String |
getAddress() |
ECKeyPair |
getEcKeyPair() |
int |
hashCode() |
public ECKeyPair getEcKeyPair()
public String getAddress()
public static Credentials create(ECKeyPair ecKeyPair)
public static Credentials create(String privateKey, String publicKey)
public static Credentials create(String privateKey)
Copyright © 2021. All rights reserved.