Class ONothingEncryption
java.lang.Object
com.orientechnologies.orient.core.encryption.impl.ONothingEncryption
- All Implemented Interfaces:
OEncryption
No encryption.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
INSTANCE
-
-
Constructor Details
-
ONothingEncryption
public ONothingEncryption()
-
-
Method Details
-
encrypt
public byte[] encrypt(byte[] content) - Specified by:
encryptin interfaceOEncryption
-
decrypt
public byte[] decrypt(byte[] content) - Specified by:
decryptin interfaceOEncryption
-
encrypt
public byte[] encrypt(byte[] content, int offset, int length) - Specified by:
encryptin interfaceOEncryption
-
decrypt
public byte[] decrypt(byte[] content, int offset, int length) - Specified by:
decryptin interfaceOEncryption
-
name
- Specified by:
namein interfaceOEncryption
-
configure
- Specified by:
configurein interfaceOEncryption
-