Class | Description |
---|---|
OAbstractEncryption |
* (https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html).
|
OAESEncryption |
* Stateful compression implementation that encrypt the content using AES
(https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html).
|
OAESGCMEncryption |
OEncryption implementation using AES/GCM/NoPadding with a 12 byte nonce and 16 byte tag size.
|
ODESEncryption |
* Stateful compression implementation that encrypt the content using DES algorithm
(https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html).
|
ONothingEncryption |
No encryption.
|
Copyright © 2009–2020 OrientDB. All rights reserved.