Package org.cyclos.impl.utils
Class IdMaskCipher
- java.lang.Object
-
- org.cyclos.impl.utils.AbstractIdMask
-
- org.cyclos.impl.utils.IdMaskCipher
-
- All Implemented Interfaces:
CustomBean,IdMask
public class IdMaskCipher extends AbstractIdMask
-
-
Constructor Summary
Constructors Constructor Description IdMaskCipher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longapply(long id)Applies the mask for the given identifiervoidinitialize()longremove(long id)Removes the mask from the given identifier-
Methods inherited from class org.cyclos.impl.utils.AbstractIdMask
apply, apply, remove, remove
-
-
-
-
Method Detail
-
apply
public long apply(long id)
Description copied from interface:IdMaskApplies the mask for the given identifier
-
initialize
@PostConstruct public void initialize()
-
remove
public long remove(long id)
Description copied from interface:IdMaskRemoves the mask from the given identifier
-
-