Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
titleHint!
It is recommended that you use this function in the initialize function block. 

signPKCS7

Signs a bytearray using the previously loaded PKCS7 certificate.

...