Class UntrustedInput

java.lang.Object
org.bouncycastle.i18n.filter.UntrustedInput
Direct Known Subclasses:
UntrustedUrlInput

public class UntrustedInput extends Object
Wrapper class to mark untrusted input.
  • Field Details

    • input

      protected Object input
  • Constructor Details

    • UntrustedInput

      public UntrustedInput(Object input)
      Construct a new UntrustedInput instance.
      Parameters:
      input - the untrusted input Object
  • Method Details

    • getInput

      public Object getInput()
      Returns the untrusted input as Object.
      Returns:
      the input as Object
    • getString

      public String getString()
      Returns the untrusted input convertet to a String.
      Returns:
      the input as String
    • toString

      public String toString()
      Overrides:
      toString in class Object