public class SWIDAssessmentResultBuilderFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
PROPERTY_KEY_AUTHORITATIVE |
protected static String |
PROPERTY_KEY_TAG_TYPE |
| Constructor and Description |
|---|
SWIDAssessmentResultBuilderFactory() |
| Modifier and Type | Method and Description |
|---|---|
static gov.nist.secauto.decima.core.assessment.result.AssessmentResultBuilder |
newAssessmentResultBuilder(TagType tagType,
boolean authoritative)
Creates a new An
AssessmentResultBuilder tailored to the SWID tag requirements model. |
protected static final String PROPERTY_KEY_AUTHORITATIVE
protected static final String PROPERTY_KEY_TAG_TYPE
public static gov.nist.secauto.decima.core.assessment.result.AssessmentResultBuilder newAssessmentResultBuilder(TagType tagType, boolean authoritative)
AssessmentResultBuilder tailored to the SWID tag requirements model.tagType - the type of tag to validate (i.e., primary, patch, corpus, supplemental)authoritative - true if the tag is produced by a 1st or 2nd party software provider, or
false otherwiseCopyright © 2020 National Institute of Standards and Technology. All rights reserved.