Home
last modified time | relevance | path

Searched defs:withTag (Results 1 – 12 of 12) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DNullType.php27 public static function withTag($tagNumber, $class) function in FreeDSx\\Asn1\\Type\\NullType
H A DEnumeratedType.php41 public static function withTag($tagNumber, int $class, $value) function in FreeDSx\\Asn1\\Type\\EnumeratedType
H A DIntegerType.php41 public static function withTag($tagNumber, int $class, $value) function in FreeDSx\\Asn1\\Type\\IntegerType
H A DSequenceType.php45 public static function withTag($tagNumber, int $class, array $children = []) function in FreeDSx\\Asn1\\Type\\SequenceType
H A DOidType.php47 public static function withTag($tagNumber, int $class, string $value) function in FreeDSx\\Asn1\\Type\\OidType
H A DSetType.php51 public static function withTag($tagNumber, int $class, array $children = []) function in FreeDSx\\Asn1\\Type\\SetType
H A DBooleanType.php47 public static function withTag($tagNumber, int $class, bool $value) function in FreeDSx\\Asn1\\Type\\BooleanType
H A DRealType.php55 public static function withTag($tagNumber, int $class, float $value) function in FreeDSx\\Asn1\\Type\\RealType
H A DRelativeOidType.php63 public static function withTag($tagNumber, int $class, string $value) function in FreeDSx\\Asn1\\Type\\RelativeOidType
H A DAbstractStringType.php72 public static function withTag($tagNumber, int $class, bool $isConstructed, $value = '') function in FreeDSx\\Asn1\\Type\\AbstractStringType
H A DBitStringType.php130 public static function withTag($tagNumber, int $class, bool $isConstructed, string $value = '') function in FreeDSx\\Asn1\\Type\\BitStringType
H A DAbstractTimeType.php169 public static function withTag($tagNumber, int $class, bool $isConstructed, ?\DateTime $dateTime = null, string $dateFormat, string $tzFormat) global() function in FreeDSx\\Asn1\\Type\\AbstractTimeType