We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7f8a1 commit 6194b07Copy full SHA for 6194b07
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