Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/ !
H A DAsn1.php17 use FreeDSx\Asn1\Type\BmpStringType; alias
169 * @return BmpStringType
171 public static function bmpString(string $string): BmpStringType
173 return new BmpStringType($string);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/ !
H A DBmpStringType.php18 class BmpStringType extends AbstractStringType class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ !
H A DBerEncoder.php450 …$type = EncodedType\BmpStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binar…