Class RsaProperties

java.lang.Object
org.springframework.cloud.bootstrap.encrypt.RsaProperties

@ConditionalOnClass(org.springframework.security.crypto.encrypt.RsaAlgorithm.class) @ConfigurationProperties("encrypt.rsa") public class RsaProperties extends Object
Author:
Ryan Baxter
  • Field Details

  • Constructor Details

    • RsaProperties

      public RsaProperties()
  • Method Details

    • getAlgorithm

      public org.springframework.security.crypto.encrypt.RsaAlgorithm getAlgorithm()
    • setAlgorithm

      public void setAlgorithm(org.springframework.security.crypto.encrypt.RsaAlgorithm algorithm)
    • isStrong

      public boolean isStrong()
    • setStrong

      public void setStrong(boolean strong)
    • getSalt

      public String getSalt()
    • setSalt

      public void setSalt(String salt)