Lines Matching refs:fromAsn1

139     public static function fromAsn1(AbstractType $type)
172 $controls[] = Control\PagingControl::fromAsn1($control);
175 $controls[] = Control\Sorting\SortingResponseControl::fromAsn1($control);
178 $controls[] = Control\Vlv\VlvResponseControl::fromAsn1($control);
181 $controls[] = Control\Ad\DirSyncResponseControl::fromAsn1($control);
184 $controls[] = Control\Control::fromAsn1($control);
204 $operation = Request\BindRequest::fromAsn1($opAsn1);
207 $operation = Response\BindResponse::fromAsn1($opAsn1);
210 $operation = Request\UnbindRequest::fromAsn1($opAsn1);
213 $operation = Request\SearchRequest::fromAsn1($opAsn1);
216 $operation = Response\SearchResultEntry::fromAsn1($opAsn1);
219 $operation = Response\SearchResultDone::fromAsn1($opAsn1);
222 $operation = Request\ModifyRequest::fromAsn1($opAsn1);
225 $operation = Response\ModifyResponse::fromAsn1($opAsn1);
228 $operation = Request\AddRequest::fromAsn1($opAsn1);
231 $operation = Response\AddResponse::fromAsn1($opAsn1);
234 $operation = Request\DeleteRequest::fromAsn1($opAsn1);
237 $operation = Response\DeleteResponse::fromAsn1($opAsn1);
240 $operation = Request\ModifyDnRequest::fromAsn1($opAsn1);
243 $operation = Response\ModifyDnResponse::fromAsn1($opAsn1);
246 $operation = Request\CompareRequest::fromAsn1($opAsn1);
249 $operation = Response\CompareResponse::fromAsn1($opAsn1);
252 $operation = Response\SearchResultReference::fromAsn1($opAsn1);
255 $operation = Request\ExtendedRequest::fromAsn1($opAsn1);
258 $operation = Response\ExtendedResponse::fromAsn1($opAsn1);
261 $operation = Response\IntermediateResponse::fromAsn1($opAsn1);