Home
last modified time | relevance | path

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

12

/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md25 Asn1::octetString('foo'),
/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
/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));
H A DPagingControl.php128 Asn1::octetString($this->cookie)
/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())));
H A DSortingResponseControl.php124 $this->controlValue->addChild(Asn1::context(0, 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/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 DAnonBindRequest.php39 return Asn1::context(0, Asn1::octetString(''));
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 DModifyRequest.php139 Asn1::octetString($change->getAttribute()->getDescription()),
141 return Asn1::octetString($value);
149 Asn1::octetString($this->dn->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 DSearchRequest.php442 Asn1::octetString($this->baseDn),
451 return Asn1::octetString($attr instanceof Attribute ? $attr->getDescription() : $attr);
H A DSimpleBindRequest.php72 return Asn1::context(0, Asn1::octetString($this->password));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
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)));

12