Class KeyProperties.KeyStore

java.lang.Object
org.springframework.cloud.bootstrap.encrypt.KeyProperties.KeyStore
Enclosing class:
KeyProperties

public static class KeyProperties.KeyStore extends Object
Key store properties.
  • Constructor Details

    • KeyStore

      public KeyStore()
  • Method Details

    • getAlias

      public String getAlias()
    • setAlias

      public void setAlias(String alias)
    • getLocation

      public org.springframework.core.io.Resource getLocation()
    • setLocation

      public void setLocation(org.springframework.core.io.Resource location)
    • getPassword

      public String getPassword()
    • getType

      public String getType()
    • setPassword

      public void setPassword(String password)
    • getSecret

      public String getSecret()
    • setSecret

      public void setSecret(String secret)
    • setType

      public void setType(String type)