Chain Operations
Using the ChainedOperations
object, you can perform multiple operations on data - each subsequent operation using the output of the previous operation. The following combinations of chained operations are allowed:
encrypt/decrypt
decrypt/encrypt
mac/encrypt
sign/encrypt
Chaining operations do not apply to KMIP sessions.
In this article you will learn how to: