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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetExpiration()Indicates the time at which the OCSP response expires.com.google.protobuf.TimestampOrBuildergetExpirationOrBuilder()Indicates the time at which the OCSP response expires.com.google.protobuf.TimestampgetValidFrom()Indicates the time from which the OCSP response is valid.com.google.protobuf.TimestampOrBuildergetValidFromOrBuilder()Indicates the time from which the OCSP response is valid.booleanhasExpiration()Indicates the time at which the OCSP response expires.booleanhasValidFrom()Indicates the time from which the OCSP response is valid.-
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;
-
-