public class SealedEnvelop extends Object
| Modifier and Type | Method and Description |
|---|---|
Action |
action() |
byte[] |
byteStream() |
String |
hash() |
static SealedEnvelop |
sign(BigInteger privateKey,
BigInteger publicKey,
Envelop envelop)
sign Envelop to SealedEnvelop.
|
public static SealedEnvelop sign(BigInteger privateKey, BigInteger publicKey, Envelop envelop)
privateKey - publicKey - envelop - public Action action()
public byte[] byteStream()
public String hash()
Copyright © 2019 IoTeX Group. All rights reserved.