Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php90 if ($type instanceof OctetStringType && $type->getIsConstructed()) {
93 if ($type instanceof BitStringType && $type->getIsConstructed()) {
96 if ($type instanceof AbstractStringType && $type->isCharacterRestricted() && $type->getIsConstructed()) {
H A DBerEncoder.php171 $newType = $this->decodeBytes(false, $tagType, $this->maxLen, $type->getIsConstructed(), AbstractType::TAG_CLASS_UNIVERSAL);
205 case $type->getIsConstructed():
236 $tag = $type->getTagClass() | ($type->getIsConstructed() ? AbstractType::CONSTRUCTED_TYPE : 0);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php130 public function getIsConstructed(): bool
125 public function getIsConstructed() : bool global() function in FreeDSx\\Asn1\\Type\\AbstractType