
public abstract class OAbstractEncryption extends Object implements OEncryption
| Constructor and Description |
|---|
OAbstractEncryption() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] content) |
byte[] |
decrypt(byte[] content,
int offset,
int length) |
byte[] |
encrypt(byte[] content) |
byte[] |
encrypt(byte[] content,
int offset,
int length) |
abstract byte[] |
encryptOrDecrypt(int mode,
byte[] input,
int offset,
int length) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, namepublic abstract byte[] encryptOrDecrypt(int mode,
byte[] input,
int offset,
int length)
throws Exception
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 OEncryptionCopyright © 2009–2025 OrientDB. All rights reserved.