BodyObfuscator and HeaderObfuscator instead.@Deprecated public final class LoggingUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
obfuscateBody(CharSequence body)
Deprecated.
Obfuscates the given body as necessary.
|
static String |
obfuscateBody(InputStream bodyStream,
Charset charset)
Deprecated.
Obfuscates the body from the given stream as necessary.
|
static String |
obfuscateBody(Reader bodyStream)
Deprecated.
Obfuscates the body from the given stream as necessary.
|
static String |
obfuscateHeader(String name,
String value)
Deprecated.
Obfuscates the value for the given header as necessary.
|
public static String obfuscateBody(CharSequence body)
public static String obfuscateBody(InputStream bodyStream, Charset charset) throws IOException
charset - The charset to use to read the body input stream.IOExceptionpublic static String obfuscateBody(Reader bodyStream) throws IOException
IOExceptionCopyright © 2024 Ingenico ePayments. All rights reserved.