Interface Bundle.DsseEnvelope

Enclosing class:
Bundle

@Immutable public static interface Bundle.DsseEnvelope
  • 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

      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

      @Lazy @Ignore default String getPayloadAsString()
    • getSignature

      @Lazy @Ignore default byte[] getSignature()