C# Класс Novell.Directory.Ldap.Asn1.LBEREncoder

Наследование: Asn1Encoder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetObjectData ( System info, System context ) : void
encode ( Asn1Boolean b, System out_Renamed ) : void

BER Encode an Asn1Boolean directly into the specified output stream.

encode ( Asn1Identifier id, System out_Renamed ) : void

Encode an Asn1Identifier directly into the specified outputstream.

encode ( Asn1Null n, System out_Renamed ) : void

Encode an Asn1Null directly into the specified outputstream.

encode ( Asn1Numeric n, System out_Renamed ) : void

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 ( Asn1OctetString os, System out_Renamed ) : void

Encode an Asn1OctetString directly into the specified outputstream.

encode ( Asn1Structured c, System out_Renamed ) : void

Encode an Asn1Structured into the specified outputstream. This method can be used to encode SET, SET_OF, SEQUENCE, SEQUENCE_OF

encode ( Asn1Tagged t, System out_Renamed ) : void

Encode an Asn1Tagged directly into the specified outputstream.

Приватные методы

Метод Описание
encodeLength ( int length, System out_Renamed ) : void
encodeTagInteger ( int value_Renamed, System out_Renamed ) : void

Encodes the provided tag into the outputstream.

Описание методов

GetObjectData() публичный Метод

public GetObjectData ( System info, System context ) : void
info System
context System
Результат void

encode() публичный Метод

BER Encode an Asn1Boolean directly into the specified output stream.
public encode ( Asn1Boolean b, System out_Renamed ) : void
b Asn1Boolean
out_Renamed System
Результат void

encode() публичный Метод

Encode an Asn1Identifier directly into the specified outputstream.
public encode ( Asn1Identifier id, System out_Renamed ) : void
id Asn1Identifier
out_Renamed System
Результат void

encode() публичный Метод

Encode an Asn1Null directly into the specified outputstream.
public encode ( Asn1Null n, System out_Renamed ) : void
n Asn1Null
out_Renamed System
Результат void

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.
public encode ( Asn1Numeric n, System out_Renamed ) : void
n Asn1Numeric
out_Renamed System
Результат void

encode() публичный Метод

Encode an Asn1OctetString directly into the specified outputstream.
public encode ( Asn1OctetString os, System out_Renamed ) : void
os Asn1OctetString
out_Renamed System
Результат void

encode() публичный Метод

Encode an Asn1Structured into the specified outputstream. This method can be used to encode SET, SET_OF, SEQUENCE, SEQUENCE_OF
public encode ( Asn1Structured c, System out_Renamed ) : void
c Asn1Structured
out_Renamed System
Результат void

encode() публичный Метод

Encode an Asn1Tagged directly into the specified outputstream.
public encode ( Asn1Tagged t, System out_Renamed ) : void
t Asn1Tagged
out_Renamed System
Результат void