Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php429 $type = RelativeOidType::withTag($tagNumber, $class, $this->decodeRelativeOid($length));
999 $subIdentifiers = ($oidLength === 0) ? '' : '.' . $this->decodeRelativeOid($oidLength);
1009 protected function decodeRelativeOid($length): string
969 protected function decodeRelativeOid($length) : string global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder