Interface CertificateAuthorityValidity.Builder

  • Method Details

    • notBefore

      The Unix epoch timestamp in seconds for the start of the certificate authority's validity period.

      Parameters:
      notBefore - The Unix epoch timestamp in seconds for the start of the certificate authority's validity period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • notAfter

      The Unix epoch timestamp in seconds for the end of the certificate authority's validity period.

      Parameters:
      notAfter - The Unix epoch timestamp in seconds for the end of the certificate authority's validity period.
      Returns:
      Returns a reference to this object so that method calls can be chained together.