public static enum CertificateIssuanceConfig.KeyAlgorithm extends Enum<CertificateIssuanceConfig.KeyAlgorithm> implements com.google.protobuf.ProtocolMessageEnum
The type of keypair to generate.Protobuf enum
google.cloud.certificatemanager.v1.CertificateIssuanceConfig.KeyAlgorithm| Enum Constant and Description |
|---|
ECDSA_P256
Specifies ECDSA with curve P256.
|
KEY_ALGORITHM_UNSPECIFIED
Unspecified key algorithm.
|
RSA_2048
Specifies RSA with a 2048-bit modulus.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ECDSA_P256_VALUE
Specifies ECDSA with curve P256.
|
static int |
KEY_ALGORITHM_UNSPECIFIED_VALUE
Unspecified key algorithm.
|
static int |
RSA_2048_VALUE
Specifies RSA with a 2048-bit modulus.
|
| Modifier and Type | Method and Description |
|---|---|
static CertificateIssuanceConfig.KeyAlgorithm |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CertificateIssuanceConfig.KeyAlgorithm> |
internalGetValueMap() |
static CertificateIssuanceConfig.KeyAlgorithm |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CertificateIssuanceConfig.KeyAlgorithm |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CertificateIssuanceConfig.KeyAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateIssuanceConfig.KeyAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertificateIssuanceConfig.KeyAlgorithm KEY_ALGORITHM_UNSPECIFIED
Unspecified key algorithm.
KEY_ALGORITHM_UNSPECIFIED = 0;public static final CertificateIssuanceConfig.KeyAlgorithm RSA_2048
Specifies RSA with a 2048-bit modulus.
RSA_2048 = 1;public static final CertificateIssuanceConfig.KeyAlgorithm ECDSA_P256
Specifies ECDSA with curve P256.
ECDSA_P256 = 4;public static final CertificateIssuanceConfig.KeyAlgorithm UNRECOGNIZED
public static final int KEY_ALGORITHM_UNSPECIFIED_VALUE
Unspecified key algorithm.
KEY_ALGORITHM_UNSPECIFIED = 0;public static final int RSA_2048_VALUE
Specifies RSA with a 2048-bit modulus.
RSA_2048 = 1;public static final int ECDSA_P256_VALUE
Specifies ECDSA with curve P256.
ECDSA_P256 = 4;public static CertificateIssuanceConfig.KeyAlgorithm[] values()
for (CertificateIssuanceConfig.KeyAlgorithm c : CertificateIssuanceConfig.KeyAlgorithm.values()) System.out.println(c);
public static CertificateIssuanceConfig.KeyAlgorithm 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 final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static CertificateIssuanceConfig.KeyAlgorithm valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CertificateIssuanceConfig.KeyAlgorithm forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CertificateIssuanceConfig.KeyAlgorithm> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CertificateIssuanceConfig.KeyAlgorithm valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.