Méthode | Description | |
---|---|---|
GetObjectData ( System info, System context ) : void | ||
LBERDecoder ( ) : System | ||
decode ( System in_Renamed ) : |
Decode an LBER encoded value into an Asn1Type from an InputStream.
|
|
decode ( System in_Renamed, int len ) : |
Decode an LBER encoded value into an Asn1Object from an InputStream. This method also returns the total length of this encoded Asn1Object (length of type + length of length + length of content) in the parameter len. This information is helpful when decoding structured types.
|
|
decodeBoolean ( System in_Renamed, int len ) : |
Decode a boolean directly from a stream.
|
|
decodeCharacterString ( System in_Renamed, int len ) : |
Decode a CharacterString directly from a stream.
|
|
decodeNumeric ( System in_Renamed, int len ) : |
Decode a Numeric type directly from a stream. Decodes INTEGER and ENUMERATED types.
|
|
decodeOctetString ( System in_Renamed, int len ) : |
Decode an OctetString directly from a stream.
|
Méthode | Description | |
---|---|---|
InitBlock ( ) : void | ||
decode ( sbyte value_Renamed ) : |
public GetObjectData ( System info, System context ) : void | ||
info | System | |
context | System | |
Résultat | void |
public decode ( System in_Renamed ) : |
||
in_Renamed | System | |
Résultat |
public decode ( System in_Renamed, int len ) : |
||
in_Renamed | System | |
len | int | |
Résultat |
public decodeBoolean ( System in_Renamed, int len ) : |
||
in_Renamed | System | |
len | int | |
Résultat |
public decodeCharacterString ( System in_Renamed, int len ) : |
||
in_Renamed | System | |
len | int | |
Résultat |
public decodeNumeric ( System in_Renamed, int len ) : |
||
in_Renamed | System | |
len | int | |
Résultat |
public decodeOctetString ( System in_Renamed, int len ) : |
||
in_Renamed | System | |
len | int | |
Résultat |