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