Class SecretControl

java.lang.Object
com.atlassian.bamboo.testutils.backdoor.BackdoorControl<SecretControl>
com.atlassian.bamboo.testutils.backdoor.SecretControl

public class SecretControl extends BackdoorControl<SecretControl>
  • Constructor Details

  • Method Details

    • encrypt

      public String encrypt(@NotNull @NotNull String stringToEncrypt)
    • decrypt

      public String decrypt(@NotNull @NotNull String stringToDecrypt)
    • isEncrypted

      public boolean isEncrypted(@NotNull @NotNull String stringToValidate)