C# 클래스 Novell.Directory.Ldap.Asn1.Asn1Structured

상속: Asn1Object
파일 보기 프로젝트 열기: EventStore/csharp-ldap 1 사용 예제들

공개 메소드들

메소드 설명
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[]