| Package | Description |
|---|---|
| com.cosmian.rest.kmip | |
| com.cosmian.rest.kmip.operations |
| Modifier and Type | Method and Description |
|---|---|
DecryptResponse |
Kmip.decrypt(Decrypt request)
This operation requests the server to perform a decryption operation on the provided data using a Managed
Cryptographic Object as the key for the decryption operation.
|
| Modifier and Type | Method and Description |
|---|---|
Decrypt |
Decrypt.authenticated_encryption_additional_data(Optional<byte[]> authenticated_encryption_additional_data) |
Decrypt |
Decrypt.authenticated_encryption_tag(Optional<byte[]> authenticated_encryption_tag) |
Decrypt |
Decrypt.cryptographic_parameters(Optional<CryptographicParameters> cryptographic_parameters) |
Decrypt |
Decrypt.data(Optional<byte[]> data) |
Decrypt |
Decrypt.final_indicator(Optional<Boolean> final_indicator) |
Decrypt |
Decrypt.init_indicator(Optional<Boolean> init_indicator) |
Decrypt |
Decrypt.iv_counter_nonce(Optional<byte[]> iv_counter_nonce) |
Decrypt |
Decrypt.unique_identifier(Optional<String> unique_identifier) |
Copyright © 2022. All rights reserved.