public static enum V1alpha3CertificateSpec.KeyEncodingEnum extends Enum<V1alpha3CertificateSpec.KeyEncodingEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
V1alpha3CertificateSpec.KeyEncodingEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static V1alpha3CertificateSpec.KeyEncodingEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static V1alpha3CertificateSpec.KeyEncodingEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1alpha3CertificateSpec.KeyEncodingEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V1alpha3CertificateSpec.KeyEncodingEnum PKCS1
public static final V1alpha3CertificateSpec.KeyEncodingEnum PKCS8
public static V1alpha3CertificateSpec.KeyEncodingEnum[] values()
for (V1alpha3CertificateSpec.KeyEncodingEnum c : V1alpha3CertificateSpec.KeyEncodingEnum.values()) System.out.println(c);
public static V1alpha3CertificateSpec.KeyEncodingEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<V1alpha3CertificateSpec.KeyEncodingEnum>public static V1alpha3CertificateSpec.KeyEncodingEnum fromValue(String value)
Copyright © 2020. All rights reserved.