- All Known Implementing Classes:
JweRecipient
public interface WebEncryptionRecipient
Represents the recipient of a
WebEncryption
JWE encrpted message.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Builder interface for definingWebEncryptionRecipient
instances. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the encrypted_key JWE attributeGets the JOSE header.
-
Method Details
-
getHeader
WebCryptoHeader getHeader()Gets the JOSE header.- Returns:
WebCryptoHeader
-
getEncryptedKey
byte[] getEncryptedKey()Gets the encrypted_key JWE attribute- Returns:
- encrypted_key JWE attribute
-