| Package | Description |
|---|---|
| com.cosmian.rest.kmip.objects | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
SplitKeyMethod |
SplitKey.getSplit_key_method() |
| Modifier and Type | Method and Description |
|---|---|
void |
SplitKey.setSplit_key_method(SplitKeyMethod split_key_method) |
SplitKey |
SplitKey.split_key_method(SplitKeyMethod split_key_method) |
| Constructor and Description |
|---|
SplitKey(int split_key_parts,
int key_part_identifier,
int split_key_threshold,
SplitKeyMethod split_key_method,
Optional<BigInteger> prime_field_size,
KeyBlock keyBlock) |
| Modifier and Type | Method and Description |
|---|---|
static SplitKeyMethod |
SplitKeyMethod.from(int code) |
static SplitKeyMethod |
SplitKeyMethod.from(String name) |
static SplitKeyMethod |
SplitKeyMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SplitKeyMethod[] |
SplitKeyMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.