| Package | Description |
|---|---|
| com.orientechnologies.orient.core.encryption | |
| com.orientechnologies.orient.core.encryption.impl |
| Modifier and Type | Method and Description |
|---|---|
OEncryption |
OEncryption.configure(String iOptions) |
OEncryption |
OEncryptionFactory.getEncryption(String name,
String iOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
OEncryptionFactory.register(OEncryption iEncryption)
Registers a stateful implementations, a new instance will be created for each storage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OEncryptionFactory.register(Class<? extends OEncryption> iEncryption)
Registers a stateless implementations, the same instance will be shared on all the storages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractEncryption
(https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html).
|
class |
OAESEncryption
Stateful compression implementation that encrypt the content using AES
(https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html).
|
class |
ODESEncryption
Stateful compression implementation that encrypt the content using DES algorithm
(https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html).
|
class |
ONothingEncryption
No encryption.
|
| Modifier and Type | Method and Description |
|---|---|
OEncryption |
OAESEncryption.configure(String iOptions) |
OEncryption |
ONothingEncryption.configure(String iOptions) |
OEncryption |
ODESEncryption.configure(String iOptions) |
Copyright © 2009–2025 OrientDB. All rights reserved.