class theKey implements java.io.Serializable {
        protected int[]  p; //The permutation
        protected byte[] m; //The mask
    }