@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-18T19:55:23.947Z[Etc/UTC]") public class V1alpha2IssuerSpecSelfSigned extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CRL_DISTRIBUTION_POINTS |
| Constructor and Description |
|---|
V1alpha2IssuerSpecSelfSigned() |
| Modifier and Type | Method and Description |
|---|---|
V1alpha2IssuerSpecSelfSigned |
addCrlDistributionPointsItem(String crlDistributionPointsItem) |
V1alpha2IssuerSpecSelfSigned |
crlDistributionPoints(List<String> crlDistributionPoints) |
boolean |
equals(Object o) |
List<String> |
getCrlDistributionPoints()
The CRL distribution points is an X.509 v3 certificate extension which identifies the location
of the CRL from which the revocation of this certificate can be checked.
|
int |
hashCode() |
void |
setCrlDistributionPoints(List<String> crlDistributionPoints) |
String |
toString() |
public static final String SERIALIZED_NAME_CRL_DISTRIBUTION_POINTS
public V1alpha2IssuerSpecSelfSigned crlDistributionPoints(List<String> crlDistributionPoints)
public V1alpha2IssuerSpecSelfSigned addCrlDistributionPointsItem(String crlDistributionPointsItem)
@Nullable public List<String> getCrlDistributionPoints()
Copyright © 2020. All rights reserved.