KMIP Encrypt and Decrypt
A KMIP Server performs encrypt and decrypt operation using managed object as the key for operation. KMIP encrypt decrypt is supported for the following algorithms:
AES/CBC/PKCS5Padding
AES/CBC/NoPadding
AES/ECB/PKCS5Padding (default)
AES/ECB/NoPadding
AES/GCM/NoPadding
RSA (only PKCS1Padding supported)
KMIP encrypt/decrypt operations are supported for both single threaded and multithreaded applications. The other KMIP operations are supported in single threaded applications only.
In this article, you will learn how to: