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, wait
configure, name
public abstract byte[] encryptOrDecrypt(int mode, byte[] input, int offset, int length) throws Exception
public byte[] encrypt(byte[] content)
encrypt
in interface OEncryption
public byte[] decrypt(byte[] content)
decrypt
in interface OEncryption
public byte[] encrypt(byte[] content, int offset, int length)
encrypt
in interface OEncryption
public byte[] decrypt(byte[] content, int offset, int length)
decrypt
in interface OEncryption
Copyright © 2009–2020 OrientDB. All rights reserved.