public static interface CertificateDetails.OcspDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValidFrom()
Indicates the time from which the OCSP response is valid.
.google.protobuf.Timestamp valid_from = 1;com.google.protobuf.Timestamp getValidFrom()
Indicates the time from which the OCSP response is valid.
.google.protobuf.Timestamp valid_from = 1;com.google.protobuf.TimestampOrBuilder getValidFromOrBuilder()
Indicates the time from which the OCSP response is valid.
.google.protobuf.Timestamp valid_from = 1;boolean hasExpiration()
Indicates the time at which the OCSP response expires.
.google.protobuf.Timestamp expiration = 2;com.google.protobuf.Timestamp getExpiration()
Indicates the time at which the OCSP response expires.
.google.protobuf.Timestamp expiration = 2;com.google.protobuf.TimestampOrBuilder getExpirationOrBuilder()
Indicates the time at which the OCSP response expires.
.google.protobuf.Timestamp expiration = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.