
public class OAESEncryption extends OAbstractEncryption
| Constructor and Description |
|---|
OAESEncryption() |
| Modifier and Type | Method and Description |
|---|---|
OEncryption |
configure(String iOptions) |
byte[] |
encryptOrDecrypt(int mode,
byte[] input,
int offset,
int length) |
String |
name() |
decrypt, decrypt, encrypt, encryptpublic static final String NAME
public String name()
public OEncryption configure(String iOptions)
public byte[] encryptOrDecrypt(int mode,
byte[] input,
int offset,
int length)
throws Exception
encryptOrDecrypt in class OAbstractEncryptionmode - it can be Cipher.ENCRYPT_MODE or Cipher.DECRYPT_MODEExceptionCopyright © 2009–2025 OrientDB. All rights reserved.