Record Class KeyAndTrustStoreProperties

java.lang.Object
java.lang.Record
com.thanlinardos.spring_enterprise_library.https.properties.KeyAndTrustStoreProperties
Record Components:
path - the resource path to the key or trust store.
password - the password for the key or trust store.

public record KeyAndTrustStoreProperties(org.springframework.core.io.Resource path, String password) extends Record
Properties for configuring key and trust stores.