in java/cose/CoseRecipient.java [39:43]
public CoseRecipient(byte[] protectedHeaders, Map unprotectedHeaders, byte[] ciphertext) {
this.protectedHeaders = protectedHeaders;
this.unprotectedHeaders = unprotectedHeaders;
this.ciphertext = ciphertext;
}