| Package | Description |
|---|---|
| org.iota.jota | |
| org.iota.jota.account.deposits.methods | |
| org.iota.jota.builder | |
| org.iota.jota.model | |
| org.iota.jota.pow | |
| org.iota.jota.utils |
| Modifier and Type | Method and Description |
|---|---|
ICurl |
IotaAPICore.getCurl()
Gives a clone of the custom curl defined in
ApiOptions |
ICurl |
ApiOptions.getCustomCurl() |
| Modifier and Type | Method and Description |
|---|---|
void |
IotaAPICore.setCurl(ICurl localPoW) |
void |
ApiOptions.setCustomCurl(ICurl customCurl) |
| Modifier and Type | Method and Description |
|---|---|
void |
MagnetMethod.setCurl(ICurl curl) |
| Modifier and Type | Method and Description |
|---|---|
ICurl |
ApiBuilder.getCustomCurl() |
ICurl |
ApiBuilderSettings.getCustomCurl() |
| Modifier and Type | Method and Description |
|---|---|
T |
ApiBuilder.withCustomCurl(ICurl curl) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bundle.finalize(ICurl customCurl)
Finalizes the bundle using the specified curl implementation,
|
int[] |
Bundle.normalizedBundle(String bundleHash,
ICurl curl)
Normalized the bundle.
|
void |
Transaction.setCustomCurl(ICurl customCurl) |
| Constructor and Description |
|---|
Transaction(ICurl curl)
Initializes a new instance of the Signature class.
|
Transaction(String trytes,
ICurl customCurl)
Initializes a new instance of the Signature class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JCurl
(c) 2016 Come-from-Beyond
JCurl belongs to the sponge function family.
|
class |
Kerl |
| Modifier and Type | Method and Description |
|---|---|
ICurl |
ICurl.absorb(int[] trits)
Absorbs the specified trits.
|
ICurl |
ICurl.absorb(int[] trits,
int offset,
int length)
Absorbs the specified trits.
|
ICurl |
JCurl.clone() |
ICurl |
ICurl.clone()
Clones this instance.
|
static ICurl |
SpongeFactory.create(SpongeFactory.Mode mode) |
ICurl |
ICurl.reset()
Resets this state.
|
ICurl |
ICurl.transform()
Transforms this instance.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
IotaAPIUtils.newAddress(AddressRequest addressRequest,
int index,
ICurl curl)
Generates a new address
|
static String |
IotaAPIUtils.newAddress(String seed,
int security,
int index,
boolean checksum,
ICurl curl)
Generates a new address
|
static List<String> |
IotaAPIUtils.signInputsAndReturn(String seed,
List<Input> inputs,
Bundle bundle,
List<String> signatureFragments,
ICurl curl)
Finalizes and signs the bundle transactions.
|
static boolean |
BundleValidator.validateSignatures(Bundle bundle,
ICurl customCurl)
Validates all signatures of a bundle
|
| Constructor and Description |
|---|
Multisig(ICurl customCurl)
Initializes a new instance of the Multisig class.
|
Signing(ICurl curl) |
Copyright © 2019. All rights reserved.