GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenXPKI::Server::Workflow::Validator::ValidityString(3) User Contributed Perl Documentation OpenXPKI::Server::Workflow::Validator::ValidityString(3)

OpenXPKI::Server::Workflow::Validator::ValidityString

  action:
      class: OpenXPKI::Server::Workflow::Validator::ValidityString
  param:
      format: detect
      condition: lte
  arg:
    - $timestamp

This validator checks whether a given timestamp can be handled by OpenXPKI::Datetime::get_validity. In addition, it can test if the result is in the past/future.

format
Any format which is accepted as VALIDITYFORMAT by OpenXPKI::Datetime::get_validity. The default is 'detect';
condition
Optional, if set the resulting timestamp is checked using the equotation $timestamp $condition time() , e.g. "lte" will accepts timestamps in the past including now.
lt (less than)
lte (less than or equal)
gt (greater than)
gte (greater than or equal)
2022-05-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.