Interface PfxConfiguration
-
public interface PfxConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanenabled()PFX config is disabled by default.Optional<String>password()Password of the key.Optional<String>path()Path to the key file (PFX format).
-