| Modifier and Type | Method and Description |
|---|---|
static V1alpha2CertificateSpec.KeyAlgorithmEnum |
V1alpha2CertificateSpec.KeyAlgorithmEnum.fromValue(String value) |
V1alpha2CertificateSpec.KeyAlgorithmEnum |
V1alpha2CertificateSpec.getKeyAlgorithm()
KeyAlgorithm is the private key algorithm of the corresponding private key for this
certificate.
|
V1alpha2CertificateSpec.KeyAlgorithmEnum |
V1alpha2CertificateSpec.KeyAlgorithmEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1alpha2CertificateSpec.KeyAlgorithmEnum |
V1alpha2CertificateSpec.KeyAlgorithmEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1alpha2CertificateSpec.KeyAlgorithmEnum[] |
V1alpha2CertificateSpec.KeyAlgorithmEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha2CertificateSpec |
V1alpha2CertificateSpec.keyAlgorithm(V1alpha2CertificateSpec.KeyAlgorithmEnum keyAlgorithm) |
void |
V1alpha2CertificateSpec.setKeyAlgorithm(V1alpha2CertificateSpec.KeyAlgorithmEnum keyAlgorithm) |
void |
V1alpha2CertificateSpec.KeyAlgorithmEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1alpha2CertificateSpec.KeyAlgorithmEnum enumeration) |
Copyright © 2020. All rights reserved.