Home
last modified time | relevance | path

Searched refs:toAsn1 (Results 26 – 46 of 46) sorted by relevance

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php156 public function toAsn1(): AbstractType
168 $value = $encoder->encode($this->controlValue->toAsn1());
151 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Control
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessageRequest.php55 return $this->request->toAsn1();
H A DLdapMessageResponse.php56 return $this->response->toAsn1();
H A DLdapMessage.php113 public function toAsn1(): AbstractType
124 $controls->addChild($control->toAsn1());
106 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Protocol\\LdapMessage
H A DLdapQueue.php146 $encoded = $this->encoder->encode($message->toAsn1());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAbandonRequest.php78 public function toAsn1(): AbstractType
76 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\AbandonRequest
H A DDeleteRequest.php66 public function toAsn1(): AbstractType
65 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\DeleteRequest
H A DSearchRequest.php435 public function toAsn1(): AbstractType
448 $this->filter->toAsn1(),
429 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
H A DBindRequest.php86 public function toAsn1(): AbstractType
85 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\BindRequest
H A DAddRequest.php134 public function toAsn1(): AbstractType
130 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\AddRequest
H A DModifyDnRequest.php185 public function toAsn1(): AbstractType
180 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\ModifyDnRequest
H A DModifyRequest.php131 public function toAsn1(): AbstractType
127 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\ModifyRequest
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php76 public function toAsn1(): AbstractType
74 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
H A DIntermediateResponse.php96 public function toAsn1(): AbstractType
93 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Response\\IntermediateResponse
H A DSearchResultEntry.php98 public function toAsn1(): AbstractType
96 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultEntry
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientExtendedOperationHandler.php68 $messageFrom->getResponse()->toAsn1(),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DPresentFilter.php44 public function toAsn1(): AbstractType
42 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Search\\Filter\\PresentFilter
H A DAttributeValueAssertionTrait.php71 public function toAsn1(): AbstractType
68 public function toAsn1(): AbstractType global() function
H A DMatchingRuleFilter.php153 public function toAsn1(): AbstractType
151 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter
H A DSubstringFilter.php145 public function toAsn1(): AbstractType
143 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Search\\Filter\\SubstringFilter
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php157 public function toAsn1(): AbstractType
152 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\LdapResult

12