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

io.hcxprotocol.dto.JWERequest Maven / Gradle / Ivy

Go to download

The SDK for HCX Participant System to help in integrating with HCX Gateway easily.

There is a newer version: 1.0.8
Show newest version
package io.hcxprotocol.dto;

import java.util.Map;

/**
 * This is to handle jwe payload specific validations.
 */
public class JWERequest extends BaseRequest {

    public JWERequest(Map payload) throws Exception {
        super(payload);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy