public ImmutableList getRecipients()

in java/cose/CoseEncrypt.java [108:110]


  public ImmutableList<byte[]> getRecipients() {
    return ImmutableList.copyOf(recipients);
  }