Table of Contents

Interface IBundleParser

Namespace
Sigstore.Bundle
Assembly
Sigstore.dll

Parses Sigstore bundle JSON documents.

public interface IBundleParser

Methods

Parse(string)

Parses a bundle JSON document.

SigstoreBundle Parse(string json)

Parameters

json string

UTF-16 JSON text.

Returns

SigstoreBundle

Parsed bundle view.