in-toto / attestation

in-toto Attestation Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add pre-generated Java bindings for protobufs

marcelamelara opened this issue · comments

With the recent release of v1.0 of the spec, we want to make sure the in-toto Java library uses the same common data format as defined by the protobuf definitions.

This issue is a pre-requisite for transitioning the in-toto Java library to be compliant with the in-toto Attestation Framework (ITE-6).

Tasks:

  • Add Makefile commands for generating the Java bindings
  • Implement at least one test for the Java bindings (nice to have)
  • Update docs/protos.md
  • Add java/README.md file describing usage and installation instructions

See the Go bindings for reference.