- All Known Implementing Classes:
JweRecipient
public interface WebEncryptionRecipient
Represents the recipient of a
WebEncryption JWE encrpted message.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder interface for definingWebEncryptionRecipientinstances. -
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
-