
public class OPropertyEncryptionNone extends Object implements OPropertyEncryption
| Constructor and Description |
|---|
OPropertyEncryptionNone() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(String name,
byte[] values) |
byte[] |
encrypt(String name,
byte[] values) |
static OPropertyEncryption |
instance() |
boolean |
isEncrypted(String name) |
public static OPropertyEncryption instance()
public boolean isEncrypted(String name)
isEncrypted in interface OPropertyEncryptionpublic byte[] encrypt(String name, byte[] values)
encrypt in interface OPropertyEncryptionpublic byte[] decrypt(String name, byte[] values)
decrypt in interface OPropertyEncryptionCopyright © 2009–2025 OrientDB. All rights reserved.