com.ibm.security.certclient.util
Class PkNormalize
- java.lang.Object
com.ibm.security.certclient.util.PkNormalize
- public class PkNormalize
- extends Object
Constructor Summary
| Constructor and Description |
|---|
PkNormalize()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
join(Object[] item,String sep)
Joins array of Strings by sep and returns a String
|
normalize(String dn)
|
|
|
split(String instr,char sep)
Splits a string by seperater and returns an array of Strings
|
|
split(String instr,String sep)
Splits a string by sep and returns a String array
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
PkNormalize
- public PkNormalize()
Method Detail
normalize
split
Splits a string by seperater and returns an array of Strings
Parameters:
instr - String to split sep - Character to split String with Returns:
String[] Returns array of String
split
Splits a string by sep and returns a String array
Parameters:
instr - String to split sep - String to split String with Returns:
String[] Returns array of String
join
Joins array of Strings by sep and returns a String
Parameters:
item - Array of Objects to join sep - Join item together using sep as the seperator Returns:
String Returns Object[] joinded by sep