validBeforeTime property
The key can be used before this timestamp. For system-managed key pairs, this timestamp is the end time for the private key signing operation. The public key could still be used for verification for a few hours after this time.
Implementation
@$pb.TagNumber(5)
$5.Timestamp get validBeforeTime => $_getN(4);
Implementation
@$pb.TagNumber(5)
set validBeforeTime($5.Timestamp value) => $_setField(5, value);