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; alias
200 * @return UtcTimeType
202 …ormat = AbstractTimeType::FORMAT_SECONDS, string $tzFormat = AbstractTimeType::TZ_UTC): UtcTimeType
204 return new UtcTimeType($dateTime, $dateFormat, $tzFormat);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DUtcTimeType.php20 class UtcTimeType extends AbstractTimeType class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php34 use FreeDSx\Asn1\Type\UtcTimeType; alias
220 case $type instanceof UtcTimeType:
435 …$type = EncodedType\UtcTimeType::withTag($tagNumber, $class, $isConstructed, ...$this->decodeUtcTi…
748 * @param UtcTimeType $type
752 protected function encodeUtcTime(UtcTimeType $type)
908 return $this->decodeTime('ymdH', UtcTimeType::TIME_REGEX, UtcTimeType::REGEX_MAP, $length);