Class KeyOperationParameters
java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyOperationParameters
The key operations parameters.
- Author:
- Antonio Tarricone
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate byte[]
Additional data to authenticate but not encrypt/decrypt when using authenticated crypto algorithms.private String
Algorithm identifier.private byte[]
Cryptographically random, non-repeating initialization vector for symmetric algorithms.private byte[]
The tag to authenticate when performing decryption with an authenticated algorithm.private byte[]
Result. -
Constructor Summary
-
Method Summary
-
Field Details
-
aad
private byte[] aadAdditional data to authenticate but not encrypt/decrypt when using authenticated crypto algorithms.
-
alg
Algorithm identifier.
- See Also:
-
iv
private byte[] ivCryptographically random, non-repeating initialization vector for symmetric algorithms.
-
tag
private byte[] tagThe tag to authenticate when performing decryption with an authenticated algorithm.
-
value
private byte[] valueResult.
-
-
Constructor Details
-
KeyOperationParameters
public KeyOperationParameters()Default constructor.
-