| Package | Description |
|---|---|
| com.cosmian.rest.kmip.operations | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
Optional<KeyWrapType> |
Get.getKeyWrapType() |
Optional<KeyWrapType> |
Import.getKeyWrapType() |
| Modifier and Type | Method and Description |
|---|---|
Get |
Get.keyWrapType(Optional<KeyWrapType> keyWrapType) |
void |
Get.setKeyWrapType(Optional<KeyWrapType> keyWrapType) |
void |
Import.setKeyWrapType(Optional<KeyWrapType> key_wrap_type) |
| Constructor and Description |
|---|
Get(Optional<String> uniqueIdentifier,
Optional<KeyFormatType> keyFormatType,
Optional<KeyWrapType> keyWrapType,
Optional<KeyCompressionType> keyCompressionType,
Optional<KeyWrappingData> keyWrappingData) |
Import(String uniqueIdentifier,
ObjectType objectType,
Optional<Boolean> replaceExisting,
Optional<KeyWrapType> keyWrapType,
Attributes attributes,
KmipObject object) |
| Modifier and Type | Method and Description |
|---|---|
static KeyWrapType |
KeyWrapType.from(int code) |
static KeyWrapType |
KeyWrapType.from(String name) |
static KeyWrapType |
KeyWrapType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyWrapType[] |
KeyWrapType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.