Interface NtfsAlternateDataStreamObj
- All Superinterfaces:
GenericValidation,SdoDefaultValidator,Serializable,StixCustomProperties
- All Known Implementing Classes:
NtfsAlternateDataStream
@Immutable
public interface NtfsAlternateDataStreamObj
extends GenericValidation, StixCustomProperties, Serializable
The Alternate Data Stream type represents an NTFS alternate data stream.
-
Field Summary
Fields inherited from interface security.whisper.javastix.validation.SdoDefaultValidator
VALIDATOR -
Method Summary
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
@JsonPropertyDescription("Specifies the name of the alternate data stream.") @NotNull @NotNull String getName() -
getHashes
@JsonPropertyDescription("Specifies a dictionary of hashes for the data contained in the alternate data stream.") Map<@Length(min=3,max=256) @HashingVocab(HashingAlgorithms.class) String,String> getHashes() -
getSize
-