Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php53 protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null): AbstractType function in FreeDSx\\Asn1\\Encoder\\DerEncoder
55 $type = parent::decodeBytes($isRoot, $tagType, $length, $isConstructed, $class);
H A DBerEncoder.php158 $type = $this->decodeBytes(true);
171 $newType = $this->decodeBytes(false, $tagType, $this->maxLen, $type->getIsConstructed(), AbstractType::TAG_CLASS_UNIVERSAL);
328 protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null): AbstractType
1208 $children[] = $this->decodeBytes();
289 protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null) : AbstractType global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder