
public interface OEncryption
register() method. There are
2 versions:OEncryptionFactory.INSTANCE.register() for stateful implementations, a new instance will be created for
each storage/li>
OEncryptionFactory.INSTANCE.register() for stateless implementations, the same instance will be shared
across all the storages./li>
| 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() |
byte[] encrypt(byte[] content)
byte[] decrypt(byte[] content)
byte[] encrypt(byte[] content,
int offset,
int length)
byte[] decrypt(byte[] content,
int offset,
int length)
String name()
OEncryption configure(String iOptions)
Copyright © 2009–2025 OrientDB. All rights reserved.