Class Dsse
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
payloadTypestringDSSE payload type string.
payloadReadOnlySpan<byte>Raw payload bytes.
Returns
- byte[]
PAE bytes that are signed by DSSE.