Searched refs:ConstructedBit (Results 1 – 1 of 1) sorted by relevance
40 public static final int ConstructedBit = 0x20; field in Asn1Decoder103 boolean constructed = (propMask & ConstructedBit) != 0; in decode()