| Package | Description |
|---|---|
| org.alfresco.bm.common.mongo | |
| org.alfresco.bm.common.util.cipher |
| Modifier and Type | Method and Description |
|---|---|
com.mongodb.DBObject |
MongoTestDAO.decryptPropertyValue(com.mongodb.DBObject dbObject,
String propName)
Decrypt property if encrypted
|
com.mongodb.DBObject |
MongoTestDAO.encryptPropertyValue(com.mongodb.DBObject dbObject,
String propName)
Encrypts property DB object
|
com.mongodb.DBObject |
MongoTestDAO.exportTest(String testName)
Exports the test with properties as JSON
|
com.mongodb.DBObject |
MongoTestDAO.exportTestRun(String testName,
String runName)
Exports a test run with encrypted password properties by test and run
name.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AESCipher.decode(String salt,
String value)
Decodes a string with a given salt
|
static String |
AESCipher.encode(String salt,
String value)
Returns an encoded BASE64 string of the value.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.