Package dev.sigstore.bundle
Class BundleVerifier
java.lang.Object
dev.sigstore.bundle.BundleVerifier
Implements Sigstore Bundle verification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallMissingFields(String bundleJson) Parses Sigstore Bundle JSON into protobuf.
-
Constructor Details
-
BundleVerifier
public BundleVerifier()
-
-
Method Details
-
allMissingFields
Parses Sigstore Bundle JSON into protobuf.- Parameters:
bundleJson- input JSON- Returns:
- a list of required fields missing in a bundle
- Throws:
IllegalArgumentException- if the JSON is invalid
-