Package org.alfresco.encryption
Class KeysReport
- java.lang.Object
-
- org.alfresco.encryption.KeysReport
-
public class KeysReport extends Object
A report on which keys have changed and which keys have not changed.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description KeysReport(List<String> keysChanged, List<String> keysUnchanged)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getKeysChanged()
List<String>
getKeysUnchanged()
-