Searched refs:SetOfIntegers (Results 1 – 1 of 1) sorted by relevance
120 assertEquals("3009310702010a020200ff", encodeToHex(SetOfIntegers.of(0x0a, 0xff))); in testSetOf()122 assertEquals("3009310702010a020200ff", encodeToHex(SetOfIntegers.of(0xff, 0x0a))); in testSetOf()126 encodeToHex(SetOfIntegers.of(0xff, 0x0a, 0x112233))); in testSetOf()290 public static class SetOfIntegers { class in Asn1DerEncoderTest294 public static SetOfIntegers of(Integer... values) { in of()295 SetOfIntegers result = new SetOfIntegers(); in of()