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

dev.vality.http.client.properties.SslRequestConfig Maven / Gradle / Ivy

The newest version!
package dev.vality.http.client.properties;

import lombok.Builder;
import lombok.Data;

@Data
@Builder
public class SslRequestConfig {

    private String certFileName;
    private String certType;
    private String certPass;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy