C# Class Novell.Directory.Ldap.Asn1.Asn1Structured

Inheritance: Asn1Object
Afficher le fichier Open project: EventStore/csharp-ldap Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Asn1Structured ( Asn1Identifier id ) : System
Asn1Structured ( Asn1Identifier id, Asn1Object newContent, int size ) : System
Asn1Structured ( Asn1Identifier id, int size ) : System

Private Methods

Méthode Description
decodeStructured ( Asn1Decoder dec, System in_Renamed, int len ) : void
toString ( System type ) : System.String

Method Details

Asn1Structured() protected méthode

protected Asn1Structured ( Asn1Identifier id ) : System
id Asn1Identifier
Résultat System

Asn1Structured() protected méthode

protected Asn1Structured ( Asn1Identifier id, Asn1Object newContent, int size ) : System
id Asn1Identifier
newContent Asn1Object
size int
Résultat System

Asn1Structured() protected méthode

protected Asn1Structured ( Asn1Identifier id, int size ) : System
id Asn1Identifier
size int
Résultat System

add() public méthode

Adds a new Asn1Object to the end of this Asn1Structured object.
public add ( Asn1Object value_Renamed ) : void
value_Renamed Asn1Object
Résultat void

encode() public méthode

Encodes the contents of this Asn1Structured directly to an output stream.
public encode ( Asn1Encoder enc, System out_Renamed ) : void
enc Asn1Encoder
out_Renamed System
Résultat void

get_Renamed() public méthode

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. ///
Résultat Asn1Object

set_Renamed() public méthode

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
Résultat void

size() public méthode

Returns the number of Asn1Obejcts that have been encoded into this Asn1Structured class.
public size ( ) : int
Résultat int

toArray() public méthode

Returns an array containing the individual ASN.1 elements of this Asn1Structed object.
public toArray ( ) : Novell.Directory.Ldap.Asn1.Asn1Object[]
Résultat Novell.Directory.Ldap.Asn1.Asn1Object[]