Class SecureString

java.lang.Object
com.streamwide.smartms.lib.template.security.SecureString

public class SecureString extends Object

This class is used in order to fix all issues related to the String manipulation fired by the Fortify scans.

  • Constructor Details

    • SecureString

      public SecureString()
  • Method Details

    • createSecureString

      @Nullable public static String createSecureString(@Nullable String text)