This adapter encrypts or decrypts input data (byte stream) using the RSA algorithm and outputs a byte stream (2048-bit RSA key).
Note:
The maximum byte length of encrypted input data is the length of the RSA key in bits divided by 8, minus 11 fill bytes. For example, for a 1024-bit RSA key, the maximum byte length is calculated as follows: 1024/8 -11 = 117 bytes; a 2048-bit RSA key decrypts input data with a maximum length of 245 bytes.
Properties
|
|
Defines the operation executed by the function adapter Possible values:
|
Parameters
|
|
Path to the keystore file Possible values: Any absolute or relative path |
|
|
Short name of the entry that has a key in the keystore Possible values: Any string |
|
|
Key type used Possible values:
|
|
|
Password for the keystore file Possible values: Any string |
|
|
Password to obtain the private key from the keystore file Possible values: Any string |
Status values
|
|
The operation was successful. |
|
|
The operation failed due to a technical error. |