Interface WindowsPeSectionObj
- All Superinterfaces:
GenericValidation,SdoDefaultValidator,Serializable,StixCustomProperties
- All Known Implementing Classes:
WindowsPeSection
@Immutable
public interface WindowsPeSectionObj
extends GenericValidation, StixCustomProperties, Serializable
The PE Section type specifies metadata about a PE file section.
-
Field Summary
Fields inherited from interface security.whisper.javastix.validation.SdoDefaultValidator
VALIDATOR -
Method Summary
Modifier and TypeMethodDescriptionMap<@Length(min=3,max=256) @HashingVocab(HashingAlgorithms.class) String, String> getName()getSize()Methods inherited from interface security.whisper.javastix.validation.GenericValidation
validateEntityMethods inherited from interface security.whisper.javastix.validation.SdoDefaultValidator
validate, validateOnlyIdMethods inherited from interface security.whisper.javastix.common.StixCustomProperties
getCustomProperties
-
Method Details
-
getName
-
getSize
-
getEntropy
-
getHashes
@JsonPropertyDescription("Specifies any hashes computed over the section.") Map<@Length(min=3,max=256) @HashingVocab(HashingAlgorithms.class) String,String> getHashes()
-