Package | Description |
---|---|
org.nuxeo.common.codec |
Cryptographic utilities around javax.crypto and org.apache.commons.codec
|
org.nuxeo.common.utils |
Various utility classes used for managing paths, jars, strings, files, etc.
|
org.nuxeo.launcher.config |
Nuxeo configuration management.
|
org.nuxeo.runtime |
Class and Description |
---|
Crypto
Supported algorithms (name, keysize):
AES/ECB/PKCS5Padding (128)
DES/ECB/PKCS5Padding (64)
|
Class and Description |
---|
CryptoProperties
Properties with crypto capabilities.The cryptographic algorithms depend on: Environment.SERVER_STATUS_KEY Environment.CRYPT_KEYALIAS && Environment.CRYPT_KEYSTORE_PATH || getProperty(Environment.JAVA_DEFAULT_KEYSTORE) Environment.CRYPT_KEY Changing one of those parameters will affect the ability to read encrypted values. |
Class and Description |
---|
Crypto
Supported algorithms (name, keysize):
AES/ECB/PKCS5Padding (128)
DES/ECB/PKCS5Padding (64)
|
CryptoProperties
Properties with crypto capabilities.The cryptographic algorithms depend on: Environment.SERVER_STATUS_KEY Environment.CRYPT_KEYALIAS && Environment.CRYPT_KEYSTORE_PATH || getProperty(Environment.JAVA_DEFAULT_KEYSTORE) Environment.CRYPT_KEY Changing one of those parameters will affect the ability to read encrypted values. |
Class and Description |
---|
CryptoProperties
Properties with crypto capabilities.The cryptographic algorithms depend on: Environment.SERVER_STATUS_KEY Environment.CRYPT_KEYALIAS && Environment.CRYPT_KEYSTORE_PATH || getProperty(Environment.JAVA_DEFAULT_KEYSTORE) Environment.CRYPT_KEY Changing one of those parameters will affect the ability to read encrypted values. |
Copyright © 2017 Nuxeo. All rights reserved.