Interface TargetMeta.TargetData

  • Enclosing interface:
    TargetMeta

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

      • getCustom

        java.util.Optional<TargetMeta.Custom> 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()