Skip to content

NISTSecurityStrengthBits

saq.sandwich.proto.api.v1.NISTSecurityStrengthBits

Description

The desired security level expressed as "bit strength".

The default value is 128.

This enum is part of the Compliance configuration.

enum NISTSecurityStrengthBits {
  BIT_STRENGTH_AT_LEAST_128 = 0;
  BIT_STRENGTH_AT_LEAST_192 = 1;
  BIT_STRENGTH_AT_LEAST_256 = 2;
}

Values

BIT_STRENGTH_AT_LEAST_128

no description provided

BIT_STRENGTH_AT_LEAST_128 = 0;

BIT_STRENGTH_AT_LEAST_192

no description provided

BIT_STRENGTH_AT_LEAST_192 = 1;

BIT_STRENGTH_AT_LEAST_256

no description provided

BIT_STRENGTH_AT_LEAST_256 = 2;