| Package | Description |
|---|---|
| com.cosmian.rest.kmip | |
| com.cosmian.rest.kmip.operations |
| Modifier and Type | Method and Description |
|---|---|
EncryptResponse |
Kmip.encrypt(Encrypt request)
This operation requests the server to perform an encryption operation on the provided data using a Managed
Cryptographic Object as the key for the encryption operation.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptResponse |
EncryptResponse.authenticated_encryption_tag(Optional<byte[]> authenticated_encryption_tag) |
EncryptResponse |
EncryptResponse.correlation_value(Optional<byte[]> correlation_value) |
EncryptResponse |
EncryptResponse.data(Optional<byte[]> data) |
EncryptResponse |
EncryptResponse.iv_counter_nonce(Optional<byte[]> iv_counter_nonce) |
EncryptResponse |
EncryptResponse.unique_identifier(String unique_identifier) |
Copyright © 2022. All rights reserved.