Skip to content

Class swarmauri_crypto_jwe.JweCrypto.JweDecryptResult

swarmauri_crypto_jwe.JweCrypto.JweDecryptResult dataclass

JweDecryptResult(header, plaintext)

Return value for :meth:JweCrypto.decrypt_compact.

header (Dict[str, Any]): Parsed JWE header. plaintext (bytes): Decrypted payload bytes.

header instance-attribute

header

plaintext instance-attribute

plaintext