Home
last modified time | relevance | path

Searched refs:parseAsn1ControlValues (Results 1 – 2 of 2) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php199 return new static(...self::parseAsn1ControlValues($type));
216 [0 => $control->controlType, 1 => $control->criticality, 2 => $control->controlValue] = self::parseAsn1ControlValues($type);
234 [2 => $value] = self::parseAsn1ControlValues($type);
246 protected static function parseAsn1ControlValues(SequenceType $type)
238 protected static function parseAsn1ControlValues(SequenceType $type) global() function in FreeDSx\\Ldap\\Control\\Control
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExtendedDnControl.php76 [0 => $oid, 1 => $criticality, 2 => $value] = self::parseAsn1ControlValues($type);