Home
last modified time | relevance | path

Searched refs:toAsn1 (Results 1 – 25 of 46) sorted by last modified time

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php126 public function toAsn1(): AbstractType
137 return parent::toAsn1();
120 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Vlv\\VlvResponseControl
/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
/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 DBindRequest.php86 public function toAsn1(): AbstractType
85 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\BindRequest
H A DCompareRequest.php119 public function toAsn1(): AbstractType
123 Asn1::universal(AbstractType::TAG_TYPE_SEQUENCE, $this->filter->toAsn1())
113 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\CompareRequest
H A DDeleteRequest.php66 public function toAsn1(): AbstractType
65 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\DeleteRequest
H A DExtendedRequest.php119 public function toAsn1(): AbstractType
129 $value = $encoder->encode($value->toAsn1());
114 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\ExtendedRequest
H A DModifyDnRequest.php185 public function toAsn1(): AbstractType
180 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\ModifyDnRequest
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
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DPasswordModifyResponse.php58 public function toAsn1(): AbstractType
64 return parent::toAsn1();
54 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Response\\PasswordModifyResponse
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/Protocol/
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 DLdapMessageRequest.php55 return $this->request->toAsn1();
H A DLdapMessageResponse.php56 return $this->response->toAsn1();
H A DLdapQueue.php146 $encoded = $this->encoder->encode($message->toAsn1());
H A DProtocolElementInterface.php29 public function toAsn1(): AbstractType;
27 public function toAsn1(): AbstractType; global() function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAttributeValueAssertionTrait.php71 public function toAsn1(): AbstractType
68 public function toAsn1(): AbstractType global() function
H A DFilterContainerTrait.php105 public function toAsn1(): AbstractType
110 return $filter->toAsn1();
100 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 DNotFilter.php68 public function toAsn1(): AbstractType
70 return Asn1::context(self::CHOICE_TAG, Asn1::sequence($this->filter->toAsn1()));
65 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Search\\Filter\\NotFilter
H A DPresentFilter.php44 public function toAsn1(): AbstractType
42 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Search\\Filter\\PresentFilter
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/Control/Ad/
H A DDirSyncRequestControl.php186 public function toAsn1(): AbstractType
194 return parent::toAsn1();
180 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl
H A DSdFlagsControl.php83 public function toAsn1(): AbstractType
87 return parent::toAsn1();
82 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Ad\\SdFlagsControl

12