Uses of Interface
security.whisper.javastix.datamarkings.StixMarkingObject
Packages that use StixMarkingObject
Package
Description
-
Uses of StixMarkingObject in security.whisper.javastix.datamarkings
Methods in security.whisper.javastix.datamarkings that return StixMarkingObjectModifier and TypeMethodDescriptionMarkingDefinition.getDefinition()@NotNull StixMarkingObjectMarkingDefinitionDm.getDefinition()Methods in security.whisper.javastix.datamarkings with parameters of type StixMarkingObjectModifier and TypeMethodDescriptionMarkingDefinition.Builder.definition(StixMarkingObject definition) Initializes the value for thedefinitionattribute.final MarkingDefinitionMarkingDefinition.withDefinition(StixMarkingObject value) Copy the current immutable object by setting a value for thedefinitionattribute. -
Uses of StixMarkingObject in security.whisper.javastix.datamarkings.objects
Subinterfaces of StixMarkingObject in security.whisper.javastix.datamarkings.objectsClasses in security.whisper.javastix.datamarkings.objects that implement StixMarkingObjectModifier and TypeClassDescriptionfinal classImmutable implementation ofStatementMarkingObject.final classImmutable implementation ofTlpMarkingObject. -
Uses of StixMarkingObject in security.whisper.javastix.redaction.processors
Method parameters in security.whisper.javastix.redaction.processors with type arguments of type StixMarkingObjectModifier and TypeMethodDescriptionstatic StringBundleableObjectRedactionProcessor.processObject(BundleableObject bundleableObject, String jsonString, Set<StixMarkingObject> subjectsMarkingObjects)