decode(byte[]) method

Decodes the byte array (encoded ASN.1 structure) passed as argument.

Syntax

void decode ( byte[] encodedData ) throws ASN1Exception, IOException

Parameters

Exceptions

Usage

The decoded values are stored in the member variables of this class that represent the components of the corresponding ASN.1 type.