Type Alias GeneralJws

GeneralJws: {
    payload: string;
    signatures: SignatureEntry[];
}

General JWS definition. Payload is returned as an empty string when JWS Unencoded Payload Option RFC7797 is used.