DocumentCryptoConfig extension

on

Methods

decryptDocument(String dataOwnerId, DocumentDto document) Future<DecryptedDocumentDto>

Available on CryptoConfig<DecryptedDocumentDto, DocumentDto>, provided by the DocumentCryptoConfig extension

encryptDocument(String dataOwnerId, Set<String> delegations, DecryptedDocumentDto document) Future<DocumentDto>

Available on CryptoConfig<DecryptedDocumentDto, DocumentDto>, provided by the DocumentCryptoConfig extension