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