These functions support the signing of data using CMS signature. See the JDK product documentation for information about using keytool in different scenarios.
loadPKCS7Certificate
Loads the stated PKCS7 certificate.
...
Tip | ||
---|---|---|
| ||
It is recommended that you use this function in the initialize function block. |
signPKCS7
Signs a bytearray using the previously loaded PKCS7 certificate.
...