Constructs explicitly tagged ASN.1 type
with context-specific tag class and specified tag number.
Parameters: tagNumber - - ASN.1 tag number Parameters: type - - ASN.1 type to be tagged throws: IllegalArgumentException - - if tagNumber is invalid
ASN1Explicit
public ASN1Explicit(int tagClass, int tagNumber, ASN1Type type)(Code)
Constructs explicitly tagged ASN.1 type.
Parameters: tagClass - - ASN.1 tag class. Parameters: tagNumber - - ASN.1 tag number Parameters: type - - ASN.1 type to be tagged throws: IllegalArgumentException - - if tagClass or tagNumber is invalid