Lines Matching refs:SEQUENCE
85 - Fixed Native encoder to handle SEQUENCE/SET objects without
87 - Added missing component-less SEQUENCE/SET objects dict duck-typing support
89 - Fixed crash at SEQUENCE and SEQUENCE OF CER encoder when running
104 - Fixed crash on prettyPrint'ing a SEQUENCE with no defined components
119 - Fixed DER/CER encoders handling optional SEQUENCE/SET fields containing
120 nested SEQUENCE/SET with optional fields.
188 - Improved SEQUENCE/SET/CHOICE decoding performance by maintaining a single shared
189 NamedType object for all instances of SEQUENCE/SET object.
203 - Added checks to make sure SEQUENCE/SET components being assigned
255 * when user code iterates over SEQUENCE object to get its components (now keys will be yielded)
293 - Fix to SEQUENCE and SET types to give them their private componentTypes