static String |
Stringprep.nameprep(String input) |
Preps a name according to the Stringprep profile defined in RFC3491.
|
static String |
Stringprep.nameprep(String input,
boolean allowUnassigned) |
Preps a name according to the Stringprep profile defined in RFC3491.
|
static String |
Stringprep.nodeprep(String input) |
Preps a node name according to the Stringprep profile defined in RFC3920.
|
static String |
Stringprep.nodeprep(String input,
boolean allowUnassigned) |
Preps a node name according to the Stringprep profile defined in RFC3920.
|
static String |
Stringprep.resourceprep(String input) |
Preps a resource name according to the Stringprep profile defined in RFC3920.
|
static String |
Stringprep.resourceprep(String input,
boolean allowUnassigned) |
Preps a resource name according to the Stringprep profile defined in RFC3920.
|