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.
  • 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

      @JsonPropertyDescription("Specifies the size of the alternate data stream, in bytes, as a non-negative integer.") Optional<@PositiveOrZero Long> getSize()