Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
DAsn1.php27 use FreeDSx\Asn1\Type\NumericStringType; alias
236 * @return NumericStringType
238 public static function numericString(string $string): NumericStringType
240 return new NumericStringType($string);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
DNumericStringType.php18 class NumericStringType extends AbstractStringType class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
DBerEncoder.php478 …$type = EncodedType\NumericStringType::withTag($tagNumber, $class, $isConstructed, substr($this->b…