Package org.bouncycastle.jsse.provider
Class IDNUtil
- java.lang.Object
-
- org.bouncycastle.jsse.provider.IDNUtil
-
public class IDNUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intALLOW_UNASSIGNEDstatic java.lang.reflect.MethodtoASCIIMethodstatic java.lang.reflect.MethodtoUnicodeMethodstatic intUSE_STD3_ASCII_RULES
-
Constructor Summary
Constructors Constructor Description IDNUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringtoASCII(java.lang.String input, int flag)static java.lang.StringtoUnicode(java.lang.String input, int flag)
-