@Generated(value="software.amazon.awssdk:codegen") public final class OcspConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OcspConfiguration.Builder,OcspConfiguration>
Contains information to enable and configure Online Certificate Status Protocol (OCSP) for validating certificate revocation status.
When you revoke a certificate, OCSP responses may take up to 60 minutes to reflect the new status.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OcspConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OcspConfiguration.Builder |
builder() |
Boolean |
enabled()
Flag enabling use of the Online Certificate Status Protocol (OCSP) for validating certificate revocation status.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ocspCustomCname()
By default, Amazon Web Services Private CA injects an Amazon Web Services domain into certificates being
validated by the Online Certificate Status Protocol (OCSP).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OcspConfiguration.Builder> |
serializableBuilderClass() |
OcspConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
Flag enabling use of the Online Certificate Status Protocol (OCSP) for validating certificate revocation status.
public final String ocspCustomCname()
By default, Amazon Web Services Private CA injects an Amazon Web Services domain into certificates being validated by the Online Certificate Status Protocol (OCSP). A customer can alternatively use this object to define a CNAME specifying a customized OCSP domain.
The content of a Canonical Name (CNAME) record must conform to RFC2396 restrictions on the use of special characters in URIs. Additionally, the value of the CNAME must not include a protocol prefix such as "http://" or "https://".
For more information, see Customizing Online Certificate Status Protocol (OCSP) in the Amazon Web Services Private Certificate Authority User Guide.
The content of a Canonical Name (CNAME) record must conform to RFC2396 restrictions on the use of special characters in URIs. Additionally, the value of the CNAME must not include a protocol prefix such as "http://" or "https://".
For more information, see Customizing Online Certificate Status Protocol (OCSP) in the Amazon Web Services Private Certificate Authority User Guide.
public OcspConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OcspConfiguration.Builder,OcspConfiguration>public static OcspConfiguration.Builder builder()
public static Class<? extends OcspConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.