Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php39 use FreeDSx\Asn1\Type\UtcTimeType;
200 * @return UtcTimeType
202 public static function utcTime(?DateTimeInterface $dateTime = null, string $dateFormat = AbstractTimeType::FORMAT_SECONDS, string $tzFormat = AbstractTimeType::TZ_UTC): UtcTimeType
204 return new UtcTimeType($dateTime, $dateFormat, $tzFormat);
38 use FreeDSx\Asn1\Type\UtcTimeType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DUtcTimeType.php20 class UtcTimeType extends AbstractTimeType
18 class UtcTimeType extends AbstractTimeType global() class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php34 use FreeDSx\Asn1\Type\UtcTimeType;
220 case $type instanceof UtcTimeType:
435 $type = EncodedType\UtcTimeType::withTag($tagNumber, $class, $isConstructed, ...$this->decodeUtcTime($length));
748 * @param UtcTimeType $type
752 protected function encodeUtcTime(UtcTimeType $type)
908 return $this->decodeTime('ymdH', UtcTimeType::TIME_REGEX, UtcTimeType::REGEX_MAP, $length);
32 use FreeDSx\Asn1\Type\UtcTimeType; global() alias