public class EccKeyAlgorithm extends java.lang.Object implements KeyComputeAlgorithm
| 构造器和说明 |
|---|
EccKeyAlgorithm() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
computeAddress(byte[] privateKey) |
java.lang.String |
computePublicKey(byte[] privateKey) |
public java.lang.String computeAddress(byte[] privateKey)
computeAddress 在接口中 KeyComputeAlgorithmpublic java.lang.String computePublicKey(byte[] privateKey)
computePublicKey 在接口中 KeyComputeAlgorithm