Class SymmetricKeyCount
- java.lang.Object
-
- org.alfresco.repo.domain.contentdata.SymmetricKeyCount
-
- All Implemented Interfaces:
Serializable
public class SymmetricKeyCount extends Object implements Serializable
- Author:
- sglover
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SymmetricKeyCount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()StringgetMasterKeyAlias()voidsetCount(int count)voidsetMasterKeyAlias(String masterKeyAlias)StringtoString()
-