class documentation

class SymmetricAlgorithm(pb_enum.Enum): (source)

View In Hierarchy

Supported symmetric encryption algorithms.

Constant __PB2_DESCRIPTOR__ Undocumented
Constant AES_128 Deprecated. It is impossible to create new keys with this algorithm. AES algorithm with 128-bit keys.
Constant AES_256 AES algorithm with 256-bit keys.
Constant SYMMETRIC_ALGORITHM_UNSPECIFIED Undocumented

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
__PB2_DESCRIPTOR__ = (source)

Undocumented

Value
descriptor.DescriptorWrap[descriptor_1.EnumDescriptor]('.nebius.kms.v1.Symmetric
Algorithm',
                                                       symmetric_key_pb2.DESCRIPTOR
,
                                                       descriptor_1.EnumDescriptor
)

Deprecated. It is impossible to create new keys with this algorithm. AES algorithm with 128-bit keys.

Value
1

AES algorithm with 256-bit keys.

Value
3
SYMMETRIC_ALGORITHM_UNSPECIFIED: int = (source)

Undocumented

Value
0