Searched refs:ChoiceWithTwoOptions (Results 1 – 1 of 1) sorted by relevance
183 ChoiceWithTwoOptions c = parse("0208ffffffffffffffff", ChoiceWithTwoOptions.class); in testChoiceWithDifferentTypedOptions()188 c = parse("060100", ChoiceWithTwoOptions.class); in testChoiceWithDifferentTypedOptions()194 parse("", ChoiceWithTwoOptions.class); in testChoiceWithDifferentTypedOptions()201 parse("3000", ChoiceWithTwoOptions.class); in testChoiceWithDifferentTypedOptions()248 ChoiceWithTwoOptions c = parse(input, ChoiceWithTwoOptions.class); in testPrimitiveIndefiniteLengthEncodingWithGarbage()257 c = parse(input, ChoiceWithTwoOptions.class); in testPrimitiveIndefiniteLengthEncodingWithGarbage()370 public static class ChoiceWithTwoOptions { class in Asn1BerParserTest