static CVSSv3.AttackComplexity |
CVSSv3.AttackComplexity.forNumber(int value) |
|
CVSSv3.AttackComplexity |
CVSSv3.Builder.getAttackComplexity() |
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
CVSSv3.AttackComplexity |
CVSSv3.getAttackComplexity() |
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
CVSSv3.AttackComplexity |
CVSSv3OrBuilder.getAttackComplexity() |
This metric describes the conditions beyond the attacker's control that
must exist in order to exploit the vulnerability.
|
static CVSSv3.AttackComplexity |
CVSSv3.AttackComplexity.valueOf(int value) |
Deprecated.
|
static CVSSv3.AttackComplexity |
CVSSv3.AttackComplexity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static CVSSv3.AttackComplexity |
CVSSv3.AttackComplexity.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CVSSv3.AttackComplexity[] |
CVSSv3.AttackComplexity.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|