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

io.mosip.credentialstore.dto.CryptoWithPinResponseDto Maven / Gradle / Ivy

package io.mosip.credentialstore.dto;

import io.mosip.kernel.core.http.ResponseWrapper;
import lombok.Data;
import lombok.EqualsAndHashCode;

@Data
@EqualsAndHashCode(callSuper = true)
public class CryptoWithPinResponseDto extends ResponseWrapper {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy