menu
x509b package
documentation
x509.dart
Validity
Validity.new constructor
Validity.new constructor
dark_mode
light_mode
Validity
constructor
Validity
(
{
required
DateTime
notBefore
,
required
DateTime
notAfter
,
})
Implementation
Validity({required this.notBefore, required this.notAfter});
x509b package
documentation
x509
Validity
Validity.new constructor
Validity class