Enclosing class:
DecryptBatch

public static class DecryptBatch.Response extends VaultResponse
Response object parsed from JSON returned by the RestApi.
  • Method Details

    • batchResult

      public List<Base64Value> batchResult()
      Batch result, each element of the list is a single decrypted secret, in the same order the batch was created.
      Returns:
      result of batch decryption