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

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

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

Метод Описание
add ( Asn1Object value_Renamed ) : void

Adds a new Asn1Object to the end of this Asn1Structured object.

encode ( Asn1Encoder enc, System out_Renamed ) : void

Encodes the contents of this Asn1Structured directly to an output stream.

get_Renamed ( int index ) : Asn1Object

Gets a specific Asn1Object in this structred object.

set_Renamed ( int index, Asn1Object value_Renamed ) : void

Replaces the Asn1Object in the specified index position of this Asn1Structured object.

size ( ) : int

Returns the number of Asn1Obejcts that have been encoded into this Asn1Structured class.

toArray ( ) : Novell.Directory.Ldap.Asn1.Asn1Object[]

Returns an array containing the individual ASN.1 elements of this Asn1Structed object.

Защищенные методы

Метод Описание
Asn1Structured ( Asn1Identifier id ) : System
Asn1Structured ( Asn1Identifier id, Asn1Object newContent, int size ) : System
Asn1Structured ( Asn1Identifier id, int size ) : System

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

Метод Описание
decodeStructured ( Asn1Decoder dec, System in_Renamed, int len ) : void
toString ( System type ) : System.String

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

Asn1Structured() защищенный Метод

protected Asn1Structured ( Asn1Identifier id ) : System
id Asn1Identifier
Результат System

Asn1Structured() защищенный Метод

protected Asn1Structured ( Asn1Identifier id, Asn1Object newContent, int size ) : System
id Asn1Identifier
newContent Asn1Object
size int
Результат System

Asn1Structured() защищенный Метод

protected Asn1Structured ( Asn1Identifier id, int size ) : System
id Asn1Identifier
size int
Результат System

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

Adds a new Asn1Object to the end of this Asn1Structured object.
public add ( Asn1Object value_Renamed ) : void
value_Renamed Asn1Object
Результат void

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

Encodes the contents of this Asn1Structured directly to an output stream.
public encode ( Asn1Encoder enc, System out_Renamed ) : void
enc Asn1Encoder
out_Renamed System
Результат void

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

Gets a specific Asn1Object in this structred object.
public get_Renamed ( int index ) : Asn1Object
index int The index of the Asn1Object to get from /// this Asn1Structured object. ///
Результат Asn1Object

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

Replaces the Asn1Object in the specified index position of this Asn1Structured object.
public set_Renamed ( int index, Asn1Object value_Renamed ) : void
index int The index into the Asn1Structured object where /// this new ANS1Object will be placed. /// ///
value_Renamed Asn1Object
Результат void

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

Returns the number of Asn1Obejcts that have been encoded into this Asn1Structured class.
public size ( ) : int
Результат int

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

Returns an array containing the individual ASN.1 elements of this Asn1Structed object.
public toArray ( ) : Novell.Directory.Ldap.Asn1.Asn1Object[]
Результат Novell.Directory.Ldap.Asn1.Asn1Object[]