Home
last modified time | relevance | path

Searched refs:FORMAT_SECONDS (Results 1 – 6 of 6) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DUtcTimeType.php48 self::FORMAT_SECONDS,
63 …ruct(?DateTimeInterface $dateTime = null, string $dateFormat = self::FORMAT_SECONDS, string $tzFor…
H A DGeneralizedTimeType.php65 self::FORMAT_SECONDS,
H A DAbstractTimeType.php37 public const FORMAT_SECONDS = 'seconds'; define in FreeDSx\\Asn1\\Type\\AbstractTimeType
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php101 …if (!($dtFormat === AbstractTimeType::FORMAT_SECONDS || $dtFormat === AbstractTimeType::FORMAT_FRA…
H A DBerEncoder.php765 …if ($type->getDateTimeFormat() === GeneralizedTimeType::FORMAT_SECONDS || $type->getDateTimeFormat…
939 $dtFormat = AbstractTimeType::FORMAT_SECONDS;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php202 …meInterface $dateTime = null, string $dateFormat = AbstractTimeType::FORMAT_SECONDS, string $tzFor…