Uses of Class
com.couchbase.client.java.json.JsonObjectCrypto
-
Packages that use JsonObjectCrypto Package Description com.couchbase.client.java.json JSON encoding and decoding. -
-
Uses of JsonObjectCrypto in com.couchbase.client.java.json
Methods in com.couchbase.client.java.json that return JsonObjectCrypto Modifier and Type Method Description JsonObjectCryptoJsonObject. crypto(CryptoManager cryptoManager)Returns a view of the object for reading and writing encrypted fields.JsonObjectCryptoJsonObject. crypto(Collection collection)Returns a view of the object for reading and writing encrypted fields.JsonObjectCryptoJsonObject. crypto(ClusterEnvironment env)Returns a view of the object for reading and writing encrypted fields.JsonObjectCryptoJsonObjectCrypto. put(String fieldName, Object fieldValue)JsonObjectCryptoJsonObjectCrypto. remove(String fieldName)JsonObjectCryptoJsonObjectCrypto. withDefaultEncrypter()Returns a newJsonObjectCryptoinstance that uses the default encrypter.JsonObjectCryptoJsonObjectCrypto. withEncrypter(String encrypterAlias)Returns a newJsonObjectCryptoinstance that uses the decrypter identified by the given alias.JsonObjectCryptoJsonObjectCrypto. withObject(JsonObject object)Returns a new instance that is a view of the given JsonObject.
-