- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.4
- 2.4.0
- 2.3.0
- 2.2.5
public enum RevocationReason extends Enum<RevocationReason> implements ProtocolMessageEnum
A RevocationReason indicates whether a Certificate has been revoked, and the reason for revocation. These correspond to standard revocation reasons from RFC 5280. Note that the enum labels and values in this definition are not the same ASN.1 values defined in RFC 5280. These values will be translated to the correct ASN.1 values when a CRL is created.
Protobuf enum google.cloud.security.privateca.v1beta1.RevocationReason
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AFFILIATION_CHANGED |
The subject or other attributes in this Certificate have changed. |
AFFILIATION_CHANGED_VALUE |
The subject or other attributes in this Certificate have changed. |
ATTRIBUTE_AUTHORITY_COMPROMISE |
The authority which determines appropriate attributes for a Certificate may have been compromised. |
ATTRIBUTE_AUTHORITY_COMPROMISE_VALUE |
The authority which determines appropriate attributes for a Certificate may have been compromised. |
CERTIFICATE_AUTHORITY_COMPROMISE |
The key material for a certificate authority in the issuing path may have leaked. |
CERTIFICATE_AUTHORITY_COMPROMISE_VALUE |
The key material for a certificate authority in the issuing path may have leaked. |
CERTIFICATE_HOLD |
This Certificate should not be considered valid, it is expected that it may become valid in the future. |
CERTIFICATE_HOLD_VALUE |
This Certificate should not be considered valid, it is expected that it may become valid in the future. |
CESSATION_OF_OPERATION |
This Certificate or entities in the issuing path have ceased to operate. |
CESSATION_OF_OPERATION_VALUE |
This Certificate or entities in the issuing path have ceased to operate. |
KEY_COMPROMISE |
Key material for this Certificate may have leaked. |
KEY_COMPROMISE_VALUE |
Key material for this Certificate may have leaked. |
PRIVILEGE_WITHDRAWN |
This Certificate no longer has permission to assert the listed attributes. |
PRIVILEGE_WITHDRAWN_VALUE |
This Certificate no longer has permission to assert the listed attributes. |
REVOCATION_REASON_UNSPECIFIED |
Default unspecified value. This value does indicate that a Certificate has been revoked, but that a reason has not been recorded. |
REVOCATION_REASON_UNSPECIFIED_VALUE |
Default unspecified value. This value does indicate that a Certificate has been revoked, but that a reason has not been recorded. |
SUPERSEDED |
This Certificate has been superseded. |
SUPERSEDED_VALUE |
This Certificate has been superseded. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |