Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php81 return $this->encodeConstructedType(...$this->canonicalize(...$set->getChildren()));
H A DBerEncoder.php206 $bytes = $this->encodeConstructedType(...$type->getChildren());
1165 return $this->encodeConstructedType(...$set->getChildren());
1177 return $this->encodeConstructedType(...$set->getChildren());
1185 protected function encodeConstructedType(AbstractType ...$types)
1145 protected function encodeConstructedType(AbstractType ...$types) global() function in FreeDSx\\Asn1\\Encoder\\BerEncoder