Class Nameprep


  • public class Nameprep
    extends java.lang.Object
    Implements the Nameprep protocol
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int[][] b2data  
      static int[] b2index  
    • Constructor Summary

      Constructors 
      Constructor Description
      Nameprep()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int[] B2​(int c)  
      static boolean isB1​(int c)  
      static boolean isLCat​(int c)  
      static boolean isProhibited​(int c)  
      static boolean isRandAL​(int c)  
      static java.lang.String prep​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • b2index

        public static final int[] b2index
      • b2data

        public static final int[][] b2data
    • Constructor Detail

      • Nameprep

        public Nameprep()
    • Method Detail

      • prep

        public static java.lang.String prep​(java.lang.String s)
      • B2

        public static final int[] B2​(int c)
      • isB1

        public static boolean isB1​(int c)
      • isProhibited

        public static boolean isProhibited​(int c)
      • isRandAL

        public static boolean isRandAL​(int c)
      • isLCat

        public static boolean isLCat​(int c)