Class SecretValue

java.lang.Object
io.xpipe.core.util.SecretValue

public class SecretValue extends Object
  • Constructor Details

    • SecretValue

      public SecretValue()
  • Method Details

    • create

      public static SecretValue create(String s)
    • withSecretValue

      public void withSecretValue(Consumer<char[]> chars)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getEncryptedValue

      public String getEncryptedValue()
    • getSecretValue

      public String getSecretValue()