Package org.bouncycastle.i18n.filter
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.
-
-
Constructor Summary
Constructors Constructor Description UntrustedInput(Object input)
Construct a new UntrustedInput instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getInput()
Returns the untrusted input as Object.String
getString()
Returns the untrusted input convertet to a String.String
toString()
-
-
-
Field Detail
-
input
protected Object input
-
-
Constructor Detail
-
UntrustedInput
public UntrustedInput(Object input)
Construct a new UntrustedInput instance.- Parameters:
input
- the untrusted input Object
-
-