| Modifier and Type | Method and Description |
|---|---|
static V1alpha3CertificateSpec.KeyEncodingEnum |
V1alpha3CertificateSpec.KeyEncodingEnum.fromValue(String value) |
V1alpha3CertificateSpec.KeyEncodingEnum |
V1alpha3CertificateSpec.getKeyEncoding()
KeyEncoding is the private key cryptography standards (PKCS) for this certificate's private
key to be encoded in.
|
V1alpha3CertificateSpec.KeyEncodingEnum |
V1alpha3CertificateSpec.KeyEncodingEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1alpha3CertificateSpec.KeyEncodingEnum |
V1alpha3CertificateSpec.KeyEncodingEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1alpha3CertificateSpec.KeyEncodingEnum[] |
V1alpha3CertificateSpec.KeyEncodingEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha3CertificateSpec |
V1alpha3CertificateSpec.keyEncoding(V1alpha3CertificateSpec.KeyEncodingEnum keyEncoding) |
void |
V1alpha3CertificateSpec.setKeyEncoding(V1alpha3CertificateSpec.KeyEncodingEnum keyEncoding) |
void |
V1alpha3CertificateSpec.KeyEncodingEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1alpha3CertificateSpec.KeyEncodingEnum enumeration) |
Copyright © 2020. All rights reserved.