Searched refs:decodeBytes (Results 1 – 2 of 2) sorted by relevance
| /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
| H A D | DerEncoder.php | 53 …protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstruct… function in FreeDSx\\Asn1\\Encoder\\DerEncoder 55 $type = parent::decodeBytes($isRoot, $tagType, $length, $isConstructed, $class);
|
| H A D | BerEncoder.php | 158 $type = $this->decodeBytes(true); 171 …$newType = $this->decodeBytes(false, $tagType, $this->maxLen, $type->getIsConstructed(), AbstractT… 328 …protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstruct… function in FreeDSx\\Asn1\\Encoder\\BerEncoder 1208 $children[] = $this->decodeBytes();
|