By default the byte array passed in is unchanged and no real encryption occurs. The user should code their own algorithm to encrypt the data.
The byte array passed in can be modified in place and then returned, or if needed a local byte array can be allocated (larger or smaller if needed), populated and returned.
To indicate an error condition, throw a CSUException. That is, throw new CSUException("CFBDynamicMessageEncryptionExit:GetInstance", "error message")).
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|