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

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

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

Метод Описание
Asn1Object ( Asn1Identifier id ) : System
GetObjectData ( System info, System context ) : void
encode ( Asn1Encoder enc, System out_Renamed ) : void

Abstract method that must be implemented by each child class to encode itself ( an Asn1Object) directly intto a output stream.

getIdentifier ( ) : Asn1Identifier

Returns the identifier for this Asn1Object as an Asn1Identifier. This Asn1Identifier object will include the CLASS, FORM and TAG for this Asn1Object.

setIdentifier ( Asn1Identifier id ) : void

Sets the identifier for this Asn1Object. This is helpful when creating implicit Asn1Tagged types.

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

Метод Описание
ToString ( ) : System.String
getEncoding ( Asn1Encoder enc ) : sbyte[]

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

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

public Asn1Object ( Asn1Identifier id ) : System
id Asn1Identifier
Результат System

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

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

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

Abstract method that must be implemented by each child class to encode itself ( an Asn1Object) directly intto a output stream.
public abstract encode ( Asn1Encoder enc, System out_Renamed ) : void
enc Asn1Encoder
out_Renamed System
Результат void

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

Returns the identifier for this Asn1Object as an Asn1Identifier. This Asn1Identifier object will include the CLASS, FORM and TAG for this Asn1Object.
public getIdentifier ( ) : Asn1Identifier
Результат Asn1Identifier

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

Sets the identifier for this Asn1Object. This is helpful when creating implicit Asn1Tagged types.
public setIdentifier ( Asn1Identifier id ) : void
id Asn1Identifier An Asn1Identifier object representing the CLASS, /// FORM and TAG) ///
Результат void