Interface CertificateDetails.OcspDetailsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CertificateDetails.OcspDetails, CertificateDetails.OcspDetails.Builder
Enclosing class:
CertificateDetails

public static interface CertificateDetails.OcspDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    Indicates the time at which the OCSP response expires.
    com.google.protobuf.TimestampOrBuilder
    Indicates the time at which the OCSP response expires.
    com.google.protobuf.Timestamp
    Indicates the time from which the OCSP response is valid.
    com.google.protobuf.TimestampOrBuilder
    Indicates the time from which the OCSP response is valid.
    boolean
    Indicates the time at which the OCSP response expires.
    boolean
    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 Details

    • 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;