DerIndefLenConverter.convert

Converts a indefinite length DER encoded byte array to a definte length DER encoding.

@param indefData the byte array holding the indefinite length encoding. @return the byte array containing the definite length DER encoding. @exception IOException on parsing or re-writing errors.

class DerIndefLenConverter
byte[]
convert
(
byte[] indefData
)

Meta