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