Asn1NotInSetException Class Reference
Inheritance diagram for Asn1NotInSetException:
Public Member Functions | |
| Asn1NotInSetException (Asn1BerDecodeBuffer buffer, Asn1Tag tag) | |
Detailed Description
This class defines the 'ASN.1 element not in set' exception that is thrown from BER/DER methods when an element is parsed within the context of a SET that does not belong to the set.
Constructor & Destructor Documentation
| Asn1NotInSetException | ( | Asn1BerDecodeBuffer | buffer, | |
| Asn1Tag | tag | |||
| ) |
This constructor creates an exception object with a textual message describing the tag of the duplicate element.
- Parameters:
-
buffer BER decode buffer object reference tag Tag value of element that is not in the set
