Class JksSslBundleProperties.Store

java.lang.Object
org.springframework.boot.autoconfigure.ssl.JksSslBundleProperties.Store
Enclosing class:
JksSslBundleProperties

public static class JksSslBundleProperties.Store extends Object
Store properties.
Since:
3.1.0
Author:
Scott Frederick, Phillip Webb
  • Constructor Details

    • Store

      public Store()
  • Method Details

    • getType

      public @Nullable String getType()
    • setType

      public void setType(@Nullable String type)
    • getProvider

      public @Nullable String getProvider()
    • setProvider

      public void setProvider(@Nullable String provider)
    • getLocation

      public @Nullable String getLocation()
    • setLocation

      public void setLocation(@Nullable String location)
    • getPassword

      public @Nullable String getPassword()
    • setPassword

      public void setPassword(@Nullable String password)