Uses of Class
com.couchbase.client.java.json.JsonObjectCrypto
Packages that use JsonObjectCrypto
-
Uses of JsonObjectCrypto in com.couchbase.client.java.json
Methods in com.couchbase.client.java.json that return JsonObjectCryptoModifier and TypeMethodDescriptionJsonObject.crypto(CryptoManager cryptoManager) Returns a view of the object for reading and writing encrypted fields.JsonObject.crypto(Collection collection) Returns a view of the object for reading and writing encrypted fields.JsonObject.crypto(ClusterEnvironment env) Returns a view of the object for reading and writing encrypted fields.JsonObjectCrypto.withDefaultEncrypter()Returns a newJsonObjectCryptoinstance that uses the default encrypter.JsonObjectCrypto.withEncrypter(String encrypterAlias) Returns a newJsonObjectCryptoinstance that uses the decrypter identified by the given alias.JsonObjectCrypto.withObject(JsonObject object) Returns a new instance that is a view of the given JsonObject.