Package dev.sigstore.bundle
Interface Bundle.DsseEnvelope
- Enclosing class:
Bundle
@Immutable
public static interface Bundle.DsseEnvelope
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getPayload
byte[] getPayload()An arbitrary payload that does not need to be parsed to be validated -
getPayloadType
String getPayloadType()Information on how to interpret the payload -
getSignatures
List<Bundle.DsseEnvelope.Signature> getSignatures()DSSE specific signature -
getPAE
@Ignore @Auxiliary @Derived default byte[] getPAE()The "Pre-Authentication Encoding" of this statement. The signature is generated over this content. -
getPayloadAsString
-
getSignature
@Lazy @Ignore default byte[] getSignature()
-