final FileInputStream recipientKeyring = new FileInputStream("src/test/resources/another-secret-keyring.gpg");
this.recipientKeySet = KeySet.load(recipientKeyring);
recipientKeyring.close();
this.owner = new User(ownerKeySet);
this.doc = new Document(owner, "test", MediaType.APPLICATION_OCTET_STREAM_TYPE);
}