Home
last modified time | relevance | path

Searched refs:octetString (Results 1 – 25 of 32) sorted by relevance

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php106 Asn1::octetString($attribute->getDescription()),
108 return Asn1::octetString($v);
112 $asn1->addChild(Asn1::octetString($this->entry->getDn()->toString()));
H A DIntermediateResponse.php101 $response->addChild(Asn1::context(0, Asn1::octetString($this->responseName)));
104 $response->addChild(Asn1::context(1, Asn1::octetString($this->responseValue)));
H A DExtendedResponse.php112 $asn1->addChild(Asn1::context(10, Asn1::octetString($this->responseName)));
122 $asn1->addChild(Asn1::context(11, Asn1::octetString($value)));
H A DSearchResultReference.php80 return Asn1::octetString($ref->toString());
H A DPasswordModifyResponse.php61 $this->responseValue = Asn1::sequence(Asn1::context(0, Asn1::octetString($this->generatedPassword)));
H A DBindResponse.php70 $response->addChild(Asn1::context(7, Asn1::octetString($this->saslCreds)));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php140 $attr = Asn1::sequence(Asn1::octetString($attribute->getDescription()));
143 return Asn1::octetString($value);
150 Asn1::octetString($this->entry->getDn()->toString()),
H A DPasswordModifyRequest.php126 $this->requestValue->addChild(Asn1::context(0, Asn1::octetString($this->userIdentity)));
129 $this->requestValue->addChild(Asn1::context(1, Asn1::octetString($this->oldPassword)));
132 $this->requestValue->addChild(Asn1::context(2, Asn1::octetString($this->newPassword)));
H A DSaslBindRequest.php88 $sasl = Asn1::sequence(Asn1::octetString($this->mechanism));
90 $sasl->addChild(Asn1::octetString($this->credentials));
H A DModifyDnRequest.php189 Asn1::octetString($this->dn->toString()),
191 Asn1::octetString($this->newRdn->toString()),
195 $asn1->addChild(Asn1::context(0, Asn1::octetString($this->newParentDn->toString())));
H A DModifyRequest.php139 Asn1::octetString($change->getAttribute()->getDescription()),
141 return Asn1::octetString($value);
149 Asn1::octetString($this->dn->toString()),
H A DExtendedRequest.php121 $asn1 = Asn1::sequence(Asn1::context(0, Asn1::octetString($this->requestName)));
131 $asn1->addChild(Asn1::context(1, Asn1::octetString($value)));
H A DAnonBindRequest.php39 return Asn1::context(0, Asn1::octetString(''));
H A DSimpleBindRequest.php72 return Asn1::context(0, Asn1::octetString($this->password));
H A DDeleteRequest.php68 return Asn1::application(self::APP_TAG, Asn1::octetString($this->dn->toString()));
H A DSearchRequest.php442 Asn1::octetString($this->baseDn),
451 return Asn1::octetString($attr instanceof Attribute ? $attr->getDescription() : $attr);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php153 $substrings->addChild(Asn1::context(0, Asn1::octetString($this->startsWith)));
157 $substrings->addChild(Asn1::context(1, Asn1::octetString($contain)));
161 $substrings->addChild(Asn1::context(2, Asn1::octetString($this->endsWith)));
165 Asn1::octetString($this->attribute),
H A DAttributeValueAssertionTrait.php74 Asn1::octetString($this->attribute),
75 Asn1::octetString($this->value)
H A DMatchingRuleFilter.php159 $matchingRule->addChild(Asn1::context(1, Asn1::octetString($this->matchingRule)));
162 $matchingRule->addChild(Asn1::context(2, Asn1::octetString($this->attribute)));
164 $matchingRule->addChild(Asn1::context(3, Asn1::octetString($this->value)));
H A DPresentFilter.php46 return Asn1::context(self::APP_TAG, Asn1::octetString($this->attribute));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php161 Asn1::octetString($this->dn),
162 Asn1::octetString($this->diagnosticMessage)
166 return Asn1::octetString($v);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php142 $child = Asn1::sequence(Asn1::octetString($sortKey->getAttribute()));
144 $child->addChild(Asn1::context(0, Asn1::octetString($sortKey->getOrderingRule())));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php159 Asn1::octetString($this->controlType),
172 $asn1->addChild(Asn1::octetString($value));
H A DPagingControl.php128 Asn1::octetString($this->cookie)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DSetOwnerControl.php25 * SID octetString
70 $this->controlValue = Asn1::octetString($this->sid);

12