Class RsaProperties


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

      • RsaProperties

        public RsaProperties()
    • Method Detail

      • getAlgorithm

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

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

        public boolean isStrong()
      • setStrong

        public void setStrong​(boolean strong)
      • getSalt

        public String getSalt()
      • setSalt

        public void setSalt​(String salt)