Searched refs:ByteArrayLexicographicComparator (Results 1 – 1 of 1) sorted by relevance
180 Collections.sort(serializedValues, ByteArrayLexicographicComparator.INSTANCE); in toSequenceOrSetOf()196 private static class ByteArrayLexicographicComparator implements Comparator<byte[]> { class in Asn1DerEncoder197 private static final ByteArrayLexicographicComparator INSTANCE =198 new ByteArrayLexicographicComparator();