PrivateKeyAlgorithm type

Private key algorithm types.
KnownPrivateKeyAlgorithm can be used interchangeably with PrivateKeyAlgorithm, this enum contains the known values that the service supports.

Known values supported by the service

Ec256: Algorithm - ec256.
Ec384: Algorithm - ec384.
Ec521: Algorithm - ec521.
Ed25519: Algorithm - ed25519.
Rsa2048: Algorithm - rsa2048.
Rsa4096: Algorithm - rsa4096.
Rsa8192: Algorithm - rsa8192.

type PrivateKeyAlgorithm = string