Home
last modified time | relevance | path

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

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
H A DPwdPolicyResponseControl.php102 public function toAsn1(): AbstractType
129 return parent::toAsn1();
97 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\PwdPolicyResponseControl
H A DPagingControl.php124 public function toAsn1(): AbstractType
131 return parent::toAsn1();
117 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\PagingControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php168 public function toAsn1(): AbstractType
178 $this->controlValue->addChild(Asn1::context(1, $this->filter->toAsn1()));
186 return parent::toAsn1();
165 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Vlv\\VlvControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCancelRequest.php69 public function toAsn1(): AbstractType
73 return parent::toAsn1();
67 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\CancelRequest
H A DAddRequest.php134 public function toAsn1(): AbstractType
130 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\AddRequest
H A DUnbindRequest.php46 public function toAsn1(): AbstractType
44 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\UnbindRequest
H A DModifyRequest.php131 public function toAsn1(): AbstractType
127 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\ModifyRequest
H A DPasswordModifyRequest.php121 public function toAsn1(): AbstractType
135 return parent::toAsn1();
118 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\PasswordModifyRequest
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php64 public function toAsn1(): AbstractType
67 $response = parent::toAsn1();
57 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Response\\BindResponse
H A DExtendedResponse.php106 public function toAsn1(): AbstractType
109 $asn1 = parent::toAsn1();
120 $value = $encoder->encode($value->toAsn1());
96 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Response\\ExtendedResponse
H A DIntermediateResponse.php96 public function toAsn1(): AbstractType
93 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Response\\IntermediateResponse
H A DSearchResultReference.php76 public function toAsn1(): AbstractType
74 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncResponseControl.php135 public function toAsn1(): AbstractType
143 return parent::toAsn1();
130 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncResponseControl
H A DExpectedEntryCountControl.php126 public function toAsn1(): AbstractType
133 return parent::toAsn1();
120 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Ad\\ExpectedEntryCountControl
H A DExtendedDnControl.php101 public function toAsn1(): AbstractType
106 return parent::toAsn1();
94 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Ad\\ExtendedDnControl
H A DPolicyHintsControl.php71 public function toAsn1(): AbstractType
75 return parent::toAsn1();
68 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Ad\\PolicyHintsControl
H A DSetOwnerControl.php68 public function toAsn1(): AbstractType
72 return parent::toAsn1();
65 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Ad\\SetOwnerControl
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DPduInterface.php25 public function toAsn1() : AbstractType; function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php137 public function toAsn1(): AbstractType
152 return parent::toAsn1();
132 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Sorting\\SortingControl
H A DSortingResponseControl.php120 public function toAsn1(): AbstractType
127 return parent::toAsn1();
114 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Sorting\\SortingResponseControl

12