Table of Contents

Class Dsse

Namespace
Sigstore.Crypto
Assembly
Sigstore.dll

DSSE pre-authentication encoding (PAE) per the DSSE envelope specification referenced by Sigstore bundles.

public static class Dsse
Inheritance
Dsse
Inherited Members

Methods

PreAuthenticationEncoding(string, ReadOnlySpan<byte>)

Computes PAE(payloadType, payload) bytes.

public static byte[] PreAuthenticationEncoding(string payloadType, ReadOnlySpan<byte> payload)

Parameters

payloadType string

DSSE payload type string.

payload ReadOnlySpan<byte>

Raw payload bytes.

Returns

byte[]

PAE bytes that are signed by DSSE.