public class PCI extends Object
| Constructor and Description |
|---|
PCI() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSafe(int type,
String field)
check for safety of field details.
|
static String |
mask(String field,
String val)
Mask the data.
|
static String |
maskIfNotSafe(int type,
String field,
String val)
Mask the data which needs to be secured.
|
public static final int REQUEST
public static final int REPLY
public static String maskIfNotSafe(int type, String field, String val)
type - - Type of datafield - - fieldval - - value of the field.public static String mask(String field, String val)
field - val - public static boolean isSafe(int type,
String field)
type - field - Copyright © 2022. All rights reserved.