DerInputStream.getSet

Return a set of encoded entities. ASN.1 sets are unordered, though DER may specify an order for some kinds of sets (such as the attributes in an X.500 relative distinguished name) to facilitate binary comparisons of encoded values.

@param startLen guess about how large the set will be (used to initialize an auto-growing data structure) @param implicit if true tag is assumed implicit. @return array of the values in the sequence

  1. DerValue[] getSet(int startLen)
  2. DerValue[] getSet(int startLen, bool implicit)
    class DerInputStream
    getSet
    (,)

Meta