java.lang.Object
it.pagopa.swclient.mil.azureservices.keyvault.keys.bean.KeyOperationResult

public class KeyOperationResult extends Object

The key operation result.

Author:
Antonio Tarricone
See Also:
  • Field Details

    • aad

      private byte[] aad

      Additional authenticated data.

    • iv

      private byte[] iv

      Initialization vector.

    • kid

      private String kid

      Key identifier.

    • tag

      private byte[] tag

      Authentication tag.

    • value

      private byte[] value

      Result.

  • Constructor Details

    • KeyOperationResult

      public KeyOperationResult()

      Default constructor.