static Cvssv3.PrivilegesRequired |
Cvssv3.PrivilegesRequired.forNumber(int value) |
|
Cvssv3.PrivilegesRequired |
Cvssv3.Builder.getPrivilegesRequired() |
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
Cvssv3.PrivilegesRequired |
Cvssv3.getPrivilegesRequired() |
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
Cvssv3.PrivilegesRequired |
Cvssv3OrBuilder.getPrivilegesRequired() |
This metric describes the level of privileges an attacker must possess
before successfully exploiting the vulnerability.
|
static Cvssv3.PrivilegesRequired |
Cvssv3.PrivilegesRequired.valueOf(int value) |
Deprecated.
|
static Cvssv3.PrivilegesRequired |
Cvssv3.PrivilegesRequired.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Cvssv3.PrivilegesRequired |
Cvssv3.PrivilegesRequired.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Cvssv3.PrivilegesRequired[] |
Cvssv3.PrivilegesRequired.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|