Package edu.iu.crypt

Interface WebEncryptionRecipient

All Known Implementing Classes:
JweRecipient

public interface WebEncryptionRecipient
Represents the recipient of a WebEncryption JWE encrpted message.
  • 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