Package dev.sigstore.bundle
Interface Bundle.DSSESignature
-
- Enclosing class:
- Bundle
@Immutable public static interface Bundle.DSSESignature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPayload()An arbitrary payload that does not need to be parsed to be validatedjava.lang.StringgetPayloadType()Information on how to interpret the payloadbyte[]getSignature()DSSE specific signature
-