Class EncryptProperties

java.lang.Object
de.zalando.spring.cloud.config.aws.kms.test.EncryptProperties

@ConfigurationProperties("encrypt")
public class EncryptProperties
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    EncryptProperties()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getPlaintext()  
    void setPlaintext​(java.lang.String plaintext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EncryptProperties

      public EncryptProperties()
  • Method Details

    • getPlaintext

      public java.lang.String getPlaintext()
    • setPlaintext

      public void setPlaintext​(java.lang.String plaintext)