Record Class IdTLSStoreConfiguration

java.lang.Object
java.lang.Record
com.io7m.idstore.tls.IdTLSStoreConfiguration
Record Components:
storeType - The store type (such as "JKS" or "CANONMILL")
storeProvider - The store provider (such as "SUN" or "CANONMILL")
storePassword - The store password
storePath - The store path

public record IdTLSStoreConfiguration(String storeType, String storeProvider, String storePassword, Path storePath) extends Record
Configuration information for a key/trust store.