Home
last modified time | relevance | path

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

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
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
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
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 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 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 DDirSyncRequestControl.php186 public function toAsn1(): AbstractType
194 return parent::toAsn1();
180 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl
/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
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/Response/
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 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 DBindResponse.php64 public function toAsn1(): AbstractType
67 $response = parent::toAsn1();
57 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Response\\BindResponse
/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 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 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 DPasswordModifyRequest.php121 public function toAsn1(): AbstractType
135 return parent::toAsn1();
118 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\PasswordModifyRequest
H A DUnbindRequest.php46 public function toAsn1(): AbstractType
44 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Operation\\Request\\UnbindRequest
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
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 DFilterContainerTrait.php105 public function toAsn1(): AbstractType
110 return $filter->toAsn1();
100 public function toAsn1(): AbstractType global() function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php124 public function toAsn1(): AbstractType
131 return parent::toAsn1();
117 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\PagingControl
H A DPwdPolicyResponseControl.php102 public function toAsn1(): AbstractType
129 return parent::toAsn1();
97 public function toAsn1(): AbstractType global() function in FreeDSx\\Ldap\\Control\\PwdPolicyResponseControl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
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
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
/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/Protocol/
H A DProtocolElementInterface.php29 public function toAsn1(): AbstractType;
27 public function toAsn1(): AbstractType; global() function

12