public class ODESEncryption extends OAbstractEncryption
Constructor and Description |
---|
ODESEncryption() |
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, encrypt
public 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
OAbstractEncryption
encryptOrDecrypt
in class OAbstractEncryption
mode
- it can be Cipher.ENCRYPT_MODE or Cipher.DECRYPT_MODEException
Copyright © 2009–2020 OrientDB. All rights reserved.