Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php493 $type = EncodedType\SequenceType::withTag($tagNumber, $class, $this->decodeConstructedType($length));
499 $type = EncodedType\SetType::withTag($tagNumber, $class, $this->decodeConstructedType($length));
1202 protected function decodeConstructedType($length)
1162 protected function decodeConstructedType($length) global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder