Interface TargetMeta.TargetData

Enclosing interface:
TargetMeta

@Immutable public static interface TargetMeta.TargetData
Data about the target.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    Custom application specific metadata about the target.
    Hash values of the target metadata.
    int
    Length in bytes of the metadata.
  • Method Details

    • getCustom

      Custom application specific metadata about the target.
    • getHashes

      Hashes getHashes()
      Hash values of the target metadata. One or both of sha256 or sha512 is required to be present.
    • getLength

      int getLength()
      Length in bytes of the metadata.
    • check

      @Check default void check()