| Package | Description |
|---|---|
| com.bigchaindb.cryptoconditions | |
| com.bigchaindb.cryptoconditions.types |
| Modifier and Type | Method | Description |
|---|---|---|
static ConditionType |
ConditionType.fromString(String typeName) |
|
ConditionType |
Condition.getType() |
|
ConditionType |
Fulfillment.getType() |
|
static ConditionType |
ConditionType.valueOf(int typeCode) |
Returns the enum constant of this type with the specified name.
|
static ConditionType |
ConditionType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ConditionType[] |
ConditionType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static EnumSet<ConditionType> |
ConditionType.getEnumOfTypesFromBitString(byte[] bitStringData) |
|
static EnumSet<ConditionType> |
ConditionType.getEnumOfTypesFromString(String subtypes) |
|
EnumSet<ConditionType> |
CompoundCondition.getSubtypes() |
|
EnumSet<ConditionType> |
CompoundSha256Condition.getSubtypes() |
| Modifier and Type | Method | Description |
|---|---|---|
static byte[] |
ConditionType.getEnumOfTypesAsBitString(EnumSet<ConditionType> types) |
|
static String |
ConditionType.getEnumOfTypesAsString(EnumSet<ConditionType> types) |
| Constructor | Description |
|---|---|
CompoundSha256Condition(byte[] fingerprint,
long cost,
EnumSet<ConditionType> subtypes) |
|
CompoundSha256Condition(long cost,
EnumSet<ConditionType> subtypes) |
| Modifier and Type | Method | Description |
|---|---|---|
ConditionType |
Ed25519Sha256Condition.getType() |
|
ConditionType |
Ed25519Sha256Fulfillment.getType() |
|
ConditionType |
PrefixSha256Condition.getType() |
|
ConditionType |
PrefixSha256Fulfillment.getType() |
|
ConditionType |
PreimageSha256Condition.getType() |
|
ConditionType |
PreimageSha256Fulfillment.getType() |
|
ConditionType |
RsaSha256Condition.getType() |
|
ConditionType |
RsaSha256Fulfillment.getType() |
|
ConditionType |
ThresholdSha256Condition.getType() |
|
ConditionType |
ThresholdSha256Fulfillment.getType() |
| Constructor | Description |
|---|---|
PrefixSha256Condition(byte[] fingerprint,
long cost,
EnumSet<ConditionType> subtypes) |
|
ThresholdSha256Condition(byte[] fingerprint,
long cost,
EnumSet<ConditionType> subtypes) |
Copyright © 2018. All rights reserved.