Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Asn1Choice ( |
Constructs an Asn1Choice object using an Asn1Object value.
|
|
ToString ( ) : System.String |
Return a String representation of this Asn1Object.
|
|
choiceValue ( ) : |
Returns the CHOICE value stored in this Asn1Choice as an Asn1Object.
|
|
encode ( Asn1Encoder enc, System out_Renamed ) : void |
Call this method to encode the contents of this Asn1Choice instance into the specified output stream using the specified encoder object.
|
|
getIdentifier ( ) : |
This method will return the Asn1Identifier of the encoded Asn1Object.We override the parent method as the identifier of an Asn1Choice depends on the type of the object encoded by this Asn1Choice.
|
|
setIdentifier ( |
Sets the identifier of the contained Asn1Object. We override the parent method as the identifier of an Asn1Choice depends on the type of the object encoded by this Asn1Choice.
|
Метод | Описание | |
---|---|---|
Asn1Choice ( ) : System |
No arg Constructor. This is used by Filter, who subsequently sets the content after parsing the RFC 2254 Search Filter String.
|
public Asn1Choice ( |
||
content | The Asn1Object that this Asn1Choice will /// encode. Since all Asn1 objects are derived from Asn1Object /// any basic type can be passed in. /// | |
Результат | System |
public encode ( Asn1Encoder enc, System out_Renamed ) : void | ||
enc | Asn1Encoder | Encoder object to use when encoding self. /// /// |
out_Renamed | System | |
Результат | void |
public setIdentifier ( |
||
id | ||
Результат | void |