DerInputStream.getSequence

Return a sequence of encoded entities. ASN.1 sequences are ordered, and they are often used, like a "struct" in C or C++, to group data values. They may have optional or context specific values.

@param startLen guess about how long the sequence will be (used to initialize an auto-growing data structure) @return array of the values in the sequence

class DerInputStream
getSequence
()

Meta