Enum ServiceAccountKeyAlgorithm (3.36.0)

public enum ServiceAccountKeyAlgorithm extends Enum<ServiceAccountKeyAlgorithm> implements ProtocolMessageEnum

Supported key algorithms.

Protobuf enum google.iam.admin.v1.ServiceAccountKeyAlgorithm

Implements

ProtocolMessageEnum

Static Fields

NameDescription
KEY_ALG_RSA_1024

1k RSA Key.

KEY_ALG_RSA_1024 = 1;

KEY_ALG_RSA_1024_VALUE

1k RSA Key.

KEY_ALG_RSA_1024 = 1;

KEY_ALG_RSA_2048

2k RSA Key.

KEY_ALG_RSA_2048 = 2;

KEY_ALG_RSA_2048_VALUE

2k RSA Key.

KEY_ALG_RSA_2048 = 2;

KEY_ALG_UNSPECIFIED

An unspecified key algorithm.

KEY_ALG_UNSPECIFIED = 0;

KEY_ALG_UNSPECIFIED_VALUE

An unspecified key algorithm.

KEY_ALG_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()