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

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

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


import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class KeyStoreProperties {

    private String certificateFolder;
    private String type;
    private String password;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy