notBefore property

  1. @BuiltValueField.new(wireName: r'notBefore')
DateTime? get notBefore

The date when the certificate starts to be valid.

Implementation

@BuiltValueField(wireName: r'notBefore')
DateTime? get notBefore;