Method | Description | |
---|---|---|
GetObjectData ( System info, System context ) : void | ||
encode ( |
BER Encode an Asn1Boolean directly into the specified output stream.
|
|
encode ( |
Encode an Asn1Identifier directly into the specified outputstream.
|
|
encode ( |
Encode an Asn1Null directly into the specified outputstream.
|
|
encode ( |
Encode an Asn1Numeric directly into the specified outputstream. Use a two's complement representation in the fewest number of octets possible. Can be used to encode INTEGER and ENUMERATED values.
|
|
encode ( |
Encode an Asn1OctetString directly into the specified outputstream.
|
|
encode ( |
Encode an Asn1Structured into the specified outputstream. This method can be used to encode SET, SET_OF, SEQUENCE, SEQUENCE_OF
|
|
encode ( |
Encode an Asn1Tagged directly into the specified outputstream.
|
Method | Description | |
---|---|---|
encodeLength ( int length, System out_Renamed ) : void | ||
encodeTagInteger ( int value_Renamed, System out_Renamed ) : void |
Encodes the provided tag into the outputstream.
|
public GetObjectData ( System info, System context ) : void | ||
info | System | |
context | System | |
return | void |
public encode ( |
||
b | ||
out_Renamed | System | |
return | void |
public encode ( |
||
id | ||
out_Renamed | System | |
return | void |
public encode ( |
||
n | ||
out_Renamed | System | |
return | void |
public encode ( |
||
n | ||
out_Renamed | System | |
return | void |
public encode ( |
||
os | ||
out_Renamed | System | |
return | void |
public encode ( |
||
c | ||
out_Renamed | System | |
return | void |
public encode ( |
||
t | ||
out_Renamed | System | |
return | void |