Interface CertificateDetails.OcspDetailsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getExpiration()
      Indicates the time at which the OCSP response expires.
      com.google.protobuf.TimestampOrBuilder getExpirationOrBuilder()
      Indicates the time at which the OCSP response expires.
      com.google.protobuf.Timestamp getValidFrom()
      Indicates the time from which the OCSP response is valid.
      com.google.protobuf.TimestampOrBuilder getValidFromOrBuilder()
      Indicates the time from which the OCSP response is valid.
      boolean hasExpiration()
      Indicates the time at which the OCSP response expires.
      boolean hasValidFrom()
      Indicates the time from which the OCSP response is valid.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasValidFrom

        boolean hasValidFrom()
         Indicates the time from which the OCSP response is valid.
         
        .google.protobuf.Timestamp valid_from = 1;
        Returns:
        Whether the validFrom field is set.
      • getValidFrom

        com.google.protobuf.Timestamp getValidFrom()
         Indicates the time from which the OCSP response is valid.
         
        .google.protobuf.Timestamp valid_from = 1;
        Returns:
        The validFrom.
      • getValidFromOrBuilder

        com.google.protobuf.TimestampOrBuilder getValidFromOrBuilder()
         Indicates the time from which the OCSP response is valid.
         
        .google.protobuf.Timestamp valid_from = 1;
      • hasExpiration

        boolean hasExpiration()
         Indicates the time at which the OCSP response expires.
         
        .google.protobuf.Timestamp expiration = 2;
        Returns:
        Whether the expiration field is set.
      • getExpiration

        com.google.protobuf.Timestamp getExpiration()
         Indicates the time at which the OCSP response expires.
         
        .google.protobuf.Timestamp expiration = 2;
        Returns:
        The expiration.
      • getExpirationOrBuilder

        com.google.protobuf.TimestampOrBuilder getExpirationOrBuilder()
         Indicates the time at which the OCSP response expires.
         
        .google.protobuf.Timestamp expiration = 2;