Property | Type | Description | |
---|---|---|---|
decodeTagNumber | int |
Method | Description | |
---|---|---|
Asn1Identifier ( ) : System | ||
Asn1Identifier ( System in_Renamed ) : System |
Decode an Asn1Identifier directly from an InputStream and save the encoded length of the Asn1Identifier.
|
|
Asn1Identifier ( int tagClass, bool constructed, int tag ) : System |
Constructs an Asn1Identifier using the classtype, form and tag.
|
|
Clone ( ) : |
Creates a duplicate, not a true clone, of this object and returns a reference to the duplicate.
|
|
reset ( System in_Renamed ) : void |
Decode an Asn1Identifier directly from an InputStream and save the encoded length of the Asn1Identifier, but reuse the object.
|
Method | Description | |
---|---|---|
decodeTagNumber ( System in_Renamed ) : int |
In the case that we have a tag number that is greater than 30, we need to decode a multiple octet tag number.
|
public Asn1Identifier ( System in_Renamed ) : System | ||
in_Renamed | System | |
return | System |
public Asn1Identifier ( int tagClass, bool constructed, int tag ) : System | ||
tagClass | int | As defined above. /// /// |
constructed | bool | Set to true if constructed and false if primitive. /// /// |
tag | int | The tag of this identifier /// |
return | System |