Home
last modified time | relevance | path

Searched refs:octetString (Results 1 – 25 of 32) sorted by last modified time

12

/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md25 Asn1::octetString('foo'),
/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/Operation/Request/
H A DBindRequest.php92 Asn1::octetString($this->username),
H A DCompareRequest.php122 Asn1::octetString($this->dn->toString()),
H A DDeleteRequest.php68 return Asn1::application(self::APP_TAG, 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 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 DSearchRequest.php442 Asn1::octetString($this->baseDn),
451 return Asn1::octetString($attr instanceof Attribute ? $attr->getDescription() : $attr);
H A DSaslBindRequest.php88 $sasl = Asn1::sequence(Asn1::octetString($this->mechanism));
90 $sasl->addChild(Asn1::octetString($this->credentials));
H A DSimpleBindRequest.php72 return Asn1::context(0, Asn1::octetString($this->password));
/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 DBindResponse.php70 $response->addChild(Asn1::context(7, Asn1::octetString($this->saslCreds)));
H A DExtendedResponse.php112 $asn1->addChild(Asn1::context(10, Asn1::octetString($this->responseName)));
122 $asn1->addChild(Asn1::context(11, Asn1::octetString($value)));
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 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),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncRequestControl.php191 Asn1::octetString($this->cookie)
H A DDirSyncResponseControl.php140 Asn1::octetString($this->cookie)
H A DSetOwnerControl.php25 * SID octetString
70 $this->controlValue = Asn1::octetString($this->sid);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php159 Asn1::octetString($this->controlType),
172 $asn1->addChild(Asn1::octetString($value));
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php117 public static function octetString(string $string): OctetStringType
116 public static function octetString(string $string) : OctetStringType global() function in FreeDSx\\Asn1\\Asn1

12