Package | Description |
---|---|
gov.nist.secauto.swid.swidval |
Modifier and Type | Method and Description |
---|---|
TagType |
SWIDTagCharacteristics.getTagType()
Retrieve the tag type.
|
static TagType |
TagType.lookup(String value) |
static TagType |
TagType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagType[] |
TagType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
gov.nist.secauto.decima.core.assessment.AssessmentExecutor<gov.nist.secauto.decima.xml.document.XMLDocument> |
SWIDAssessmentFactory.newAssessmentExecutor(TagType tagType,
boolean authoritative,
ExecutorService executorService)
Produces a new assessment executor for assessing a SWID tag.
|
static gov.nist.secauto.decima.core.assessment.result.AssessmentResultBuilder |
SWIDAssessmentResultBuilderFactory.newAssessmentResultBuilder(TagType tagType,
boolean authoritative)
Creates a new An
AssessmentResultBuilder tailored to the SWID tag requirements model. |
static String |
SWIDAssessmentFactory.toPhase(TagType tagType,
boolean authoritative) |
Constructor and Description |
---|
SWIDTagCharacteristics(TagType tagType,
boolean authoritative)
Construct a new SWID tag characteristics using the provided characteristics.
|
SWIDValResultStatusBehavior(TagType tagType,
boolean authoritative) |
Copyright © 2020 National Institute of Standards and Technology. All rights reserved.