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 JsonObjectCrypto
JsonObject. crypto(CryptoManager cryptoManager)
Returns a view of the object for reading and writing encrypted fields.JsonObjectCrypto
JsonObject. crypto(Collection collection)
Returns a view of the object for reading and writing encrypted fields.JsonObjectCrypto
JsonObject. crypto(ClusterEnvironment env)
Returns a view of the object for reading and writing encrypted fields.JsonObjectCrypto
JsonObjectCrypto. put(String fieldName, Object fieldValue)
JsonObjectCrypto
JsonObjectCrypto. remove(String fieldName)
JsonObjectCrypto
JsonObjectCrypto. withDefaultEncrypter()
Returns a newJsonObjectCrypto
instance that uses the default encrypter.JsonObjectCrypto
JsonObjectCrypto. withEncrypter(String encrypterAlias)
Returns a newJsonObjectCrypto
instance that uses the decrypter identified by the given alias.JsonObjectCrypto
JsonObjectCrypto. withObject(JsonObject object)
Returns a new instance that is a view of the given JsonObject.
-