Package io.envoyproxy.envoy.admin.v3
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 TypeMethodDescriptioncom.google.protobuf.TimestampIndicates the time at which the OCSP response expires.com.google.protobuf.TimestampOrBuilderIndicates the time at which the OCSP response expires.com.google.protobuf.TimestampIndicates the time from which the OCSP response is valid.com.google.protobuf.TimestampOrBuilderIndicates the time from which the OCSP response is valid.booleanIndicates the time at which the OCSP response expires.booleanIndicates the time from which the OCSP response is valid.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-