Update tuf updater api surface by loosebazooka · Pull Request #839 · sigstore/sigstore-java

@loosebazooka

  • Expose updateMeta and downloadTarget for conformance
  • Also don't persist derived attributes in TufMeta

@loosebazooka

- Expose updateMeta and downloadTarget for conformance
- Also don't persist derived attributes in TufMeta

Signed-off-by: Appu Goundan <appu@google.com>

patflynn

localTimestamp.getSignedMeta().getVersion(), timestamp.getSignedMeta().getVersion());
}
if (localTimestamp.getSignedMeta().getVersion() == timestamp.getSignedMeta().getVersion()) {
trustedMetaStore.setTimestamp(localTimestamp);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why I was doing this...

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I did this, in some weird refactor.

patflynn