Home
last modified time | relevance | path

Searched refs:octetString (Results 26 – 32 of 32) sorted by path

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DPasswordModifyResponse.php61 $this->responseValue = Asn1::sequence(Asn1::context(0, Asn1::octetString($this->generatedPassword)));
H A DSearchResultEntry.php106 Asn1::octetString($attribute->getDescription()),
108 return Asn1::octetString($v);
112 $asn1->addChild(Asn1::octetString($this->entry->getDn()->toString()));
H A DSearchResultReference.php80 return Asn1::octetString($ref->toString());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
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));
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),

12