Interface PemTrustCertConfiguration
-
public interface PemTrustCertConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<List<String>>certs()Comma-separated list of the trust certificate files (Pem format).booleanenabled()PEM Trust config is disabled by default.
-