Class KeyOperationResult
java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyOperationResult
The key operation result.
- Author:
 - Antonio Tarricone
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
aad
private byte[] aadAdditional authenticated data.
 - 
iv
private byte[] ivInitialization vector.
 - 
kid
Key identifier.
 - 
tag
private byte[] tagAuthentication tag.
 - 
value
private byte[] valueResult.
 
 - 
 - 
Constructor Details
- 
KeyOperationResult
public KeyOperationResult()Default constructor.
 
 -