Lines Matching refs:SEQUENCE
73 - Fixed defaulted constructed SEQUENCE component initialization.
166 - Fixed Native encoder to handle SEQUENCE/SET objects without
168 - Added missing component-less SEQUENCE/SET objects dict duck-typing support
170 - Fixed crash at SEQUENCE and SEQUENCE OF CER encoder when running
185 - Fixed crash on prettyPrint'ing a SEQUENCE with no defined components
200 - Fixed DER/CER encoders handling optional SEQUENCE/SET fields containing
201 nested SEQUENCE/SET with optional fields.
269 - Improved SEQUENCE/SET/CHOICE decoding performance by maintaining a single shared
270 NamedType object for all instances of SEQUENCE/SET object.
284 - Added checks to make sure SEQUENCE/SET components being assigned
336 * when user code iterates over SEQUENCE object to get its components (now keys will be yielded)
374 - Fix to SEQUENCE and SET types to give them their private componentTypes