validBeforeTime property

  1. @TagNumber.new(5)
Timestamp get validBeforeTime

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);
  1. @TagNumber.new(5)
set validBeforeTime (Timestamp value)

Implementation

@$pb.TagNumber(5)
set validBeforeTime($5.Timestamp value) => $_setField(5, value);