| Package | Description |
|---|---|
| com.cosmian.rest.kmip.data_structures | |
| com.cosmian.rest.kmip.types |
| Modifier and Type | Method and Description |
|---|---|
Optional<EncryptionKeyInformation> |
KeyWrappingData.getEncryption_key_information() |
| Modifier and Type | Method and Description |
|---|---|
KeyWrappingData |
KeyWrappingData.encryption_key_information(Optional<EncryptionKeyInformation> encryption_key_information) |
void |
KeyWrappingData.setEncryption_key_information(Optional<EncryptionKeyInformation> encryption_key_information) |
| 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 |
|---|---|
EncryptionKeyInformation |
EncryptionKeyInformation.cryptographic_parameters(Optional<CryptographicParameters> cryptographic_parameters) |
EncryptionKeyInformation |
EncryptionKeyInformation.unique_identifier(String unique_identifier) |
Copyright © 2022. All rights reserved.