public class ONothingEncryption extends Object implements OEncryption
Modifier and Type | Field and Description |
---|---|
static ONothingEncryption |
INSTANCE |
static String |
NAME |
Constructor and Description |
---|
ONothingEncryption() |
Modifier and Type | Method and Description |
---|---|
OEncryption |
configure(String iOptions) |
byte[] |
decrypt(byte[] content) |
byte[] |
decrypt(byte[] content,
int offset,
int length) |
byte[] |
encrypt(byte[] content) |
byte[] |
encrypt(byte[] content,
int offset,
int length) |
String |
name() |
public static final String NAME
public static final ONothingEncryption INSTANCE
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
public String name()
name
in interface OEncryption
public OEncryption configure(String iOptions)
configure
in interface OEncryption
Copyright © 2009–2020 OrientDB. All rights reserved.