We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3130f06 commit 76b9c26Copy full SHA for 76b9c26
src/main/asciidoc/fieldlevelencryption.adoc
@@ -43,6 +43,7 @@ protected CryptoManager cryptoManager() {
43
44
CryptoManager cryptoManager = DefaultCryptoManager.builder().decrypter(provider.decrypter())
45
.defaultEncrypter(provider.encrypterForKey("myKey")).build();
46
+ return cryptoManager;
47
}
48
```
49
@@ -82,6 +83,7 @@ static class Config extends AbstractCouchbaseConfiguration {
82
83
84
85
86
87
88
89
0 commit comments