
public class ONothingEncryption extends Object implements OEncryption
| Modifier and Type | Field and Description |
|---|---|
static ONothingEncryption |
INSTANCE |
static String |
NAME |
| Constructor and Description |
|---|
ONothingEncryption() |
| Modifier and Type | Method and Description |
|---|---|
OEncryption |
configure(String iOptions) |
byte[] |
decrypt(byte[] content) |
byte[] |
decrypt(byte[] content,
int offset,
int length) |
byte[] |
encrypt(byte[] content) |
byte[] |
encrypt(byte[] content,
int offset,
int length) |
String |
name() |
public static final String NAME
public static final ONothingEncryption INSTANCE
public byte[] encrypt(byte[] content)
encrypt in interface OEncryptionpublic byte[] decrypt(byte[] content)
decrypt in interface OEncryptionpublic byte[] encrypt(byte[] content,
int offset,
int length)
encrypt in interface OEncryptionpublic byte[] decrypt(byte[] content,
int offset,
int length)
decrypt in interface OEncryptionpublic String name()
name in interface OEncryptionpublic OEncryption configure(String iOptions)
configure in interface OEncryptionCopyright © 2009–2025 OrientDB. All rights reserved.