Uses of Class
com.couchbase.client.java.json.JsonObjectCrypto
-
Uses of JsonObjectCrypto in com.couchbase.client.java.json
Modifier 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 newJsonObjectCrypto
instance that uses the default encrypter.JsonObjectCrypto.withEncrypter
(String encrypterAlias) Returns a newJsonObjectCrypto
instance 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.