Package org.nuxeo.common.codec


package org.nuxeo.common.codec
Cryptographic utilities around javax.crypto and org.apache.commons.codec
  • Classes
    Class
    Description
    Supported algorithms (name, keysize): AES/ECB/PKCS5Padding (128) DES/ECB/PKCS5Padding (64)
     
    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.