All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.vault.runtime.client.dto.transit.VaultTransitVerifyBody Maven / Gradle / Ivy

There is a newer version: 3.0.0.Beta1
Show newest version
package io.quarkus.vault.runtime.client.dto.transit;

import java.util.List;

import com.fasterxml.jackson.annotation.JsonProperty;

import io.quarkus.vault.runtime.client.dto.VaultModel;

public class VaultTransitVerifyBody implements VaultModel {

    @JsonProperty("batch_input")
    public List batchInput;
    public Boolean prehashed;
    @JsonProperty("signature_algorithm")
    public String signatureAlgorithm;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy