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_FRACTIONS)) {
H A DDerEncoder.php15 use FreeDSx\Asn1\Type\AbstractTimeType; alias
99 if ($type instanceof AbstractTimeType) {
H A DBerEncoder.php19 use FreeDSx\Asn1\Type\AbstractTimeType;
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
18 use FreeDSx\Asn1\Type\AbstractTimeType; global() alias
[all...]
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php14 use FreeDSx\Asn1\Type\AbstractTimeType;
191 public static function generalizedTime(?DateTimeInterface $dateTime = null, string $dateFormat = AbstractTimeType::FORMAT_FRACTIONS, string $tzFormat = AbstractTimeType::TZ_UTC): GeneralizedTimeType
202 public static function utcTime(?DateTimeInterface $dateTime = null, string $dateFormat = AbstractTimeType::FORMAT_SECONDS, string $tzFormat = AbstractTimeType::TZ_UTC): UtcTimeType
13 use FreeDSx\Asn1\Type\AbstractTimeType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractTimeType.php22 class AbstractTimeType extends AbstractType
174 * @return AbstractTimeType
20 class AbstractTimeType extends AbstractType global() class
H A DUtcTimeType.php20 class UtcTimeType extends AbstractTimeType
H A DGeneralizedTimeType.php20 class GeneralizedTimeType extends AbstractTimeType