public class EncryptToCall extends APICall.Builder<EncryptToCall>
params| Modifier and Type | Method and Description | 
|---|---|
| EncryptToCall | compressMessageToEncrypt(java.lang.String compressMessageToEncrypt) | 
| static EncryptToCall | create() | 
| EncryptToCall | messageToEncrypt(java.lang.String messageToEncrypt) | 
| EncryptToCall | messageToEncryptIsText(boolean messageToEncryptIsText) | 
| EncryptToCall | recipient(long recipient) | 
| EncryptToCall | recipient(java.lang.String recipient) | 
| EncryptToCall | secretPhrase(java.lang.String secretPhrase) | 
build, call, chain, chain, download, getBlock, getBlocks, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, remote, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParampublic static EncryptToCall create()
public EncryptToCall compressMessageToEncrypt(java.lang.String compressMessageToEncrypt)
public EncryptToCall recipient(java.lang.String recipient)
public EncryptToCall recipient(long recipient)
public EncryptToCall messageToEncryptIsText(boolean messageToEncryptIsText)
public EncryptToCall messageToEncrypt(java.lang.String messageToEncrypt)
public EncryptToCall secretPhrase(java.lang.String secretPhrase)
secretPhrase in class APICall.Builder<EncryptToCall>