Home
last modified time | relevance | path

Searched refs:AbstractTimeType (Results 1 – 7 of 7) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php14 use FreeDSx\Asn1\Type\AbstractTimeType; alias
68 protected function encodeTime(AbstractTimeType $type, string $format)
89 * @param AbstractTimeType $type
92 protected function validateTimeType(AbstractTimeType $type)
94 if ($type->getTimeZoneFormat() !== AbstractTimeType::TZ_UTC) {
101 …if (!($dtFormat === AbstractTimeType::FORMAT_SECONDS || $dtFormat === AbstractTimeType::FORMAT_FRA…
H A DDerEncoder.php15 use FreeDSx\Asn1\Type\AbstractTimeType; alias
99 if ($type instanceof AbstractTimeType) {
H A DBerEncoder.php19 use FreeDSx\Asn1\Type\AbstractTimeType; alias
758 * @param AbstractTimeType $type
763 protected function encodeTime(AbstractTimeType $type, string $format)
929 $tzFormat = AbstractTimeType::TZ_LOCAL;
930 $dtFormat = AbstractTimeType::FORMAT_HOURS;
934 $dtFormat = AbstractTimeType::FORMAT_MINUTES;
939 $dtFormat = AbstractTimeType::FORMAT_SECONDS;
944 $dtFormat = AbstractTimeType::FORMAT_FRACTIONS;
949 …$tzFormat = $matches[$matchMap['timezone']] === 'Z' ? AbstractTimeType::TZ_UTC : AbstractTimeType:…
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php14 use FreeDSx\Asn1\Type\AbstractTimeType; alias
191 …e $dateTime = null, string $dateFormat = AbstractTimeType::FORMAT_FRACTIONS, string $tzFormat = Ab…
202 …ce $dateTime = null, string $dateFormat = AbstractTimeType::FORMAT_SECONDS, string $tzFormat = Abs…
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractTimeType.php22 class AbstractTimeType extends AbstractType class
174 * @return AbstractTimeType
H A DUtcTimeType.php20 class UtcTimeType extends AbstractTimeType
H A DGeneralizedTimeType.php20 class GeneralizedTimeType extends AbstractTimeType