| Package | Description |
|---|---|
| com.cosmian.rest.kmip.data_structures | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
WrappingMethod |
KeyWrappingData.getWrapping_method() |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyWrappingData.setWrapping_method(WrappingMethod wrapping_method) |
KeyWrappingData |
KeyWrappingData.wrapping_method(WrappingMethod wrapping_method) |
| Constructor and Description |
|---|
KeyWrappingData(WrappingMethod wrapping_method,
Optional<EncryptionKeyInformation> encryption_key_information,
Optional<MacSignatureKeyInformation> mac_or_signature_key_information,
Optional<byte[]> mac_or_signature,
Optional<byte[]> iv_counter_nonce,
Optional<EncodingOption> encoding_option) |
| Modifier and Type | Method and Description |
|---|---|
static WrappingMethod |
WrappingMethod.from(int code) |
static WrappingMethod |
WrappingMethod.from(String name) |
static WrappingMethod |
WrappingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WrappingMethod[] |
WrappingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.