Class Summary |
EncryptedMailDemo |
This class shows how to en- and decrypt an S/MIME message
using the PKCS#11 provider for accessing the private key
on a smart card. |
ExplicitSignedMailDemo |
This class shows how to create a signed message (explicit signed,
the content data is included; content type multipart/signed) according
to S/MIME using the IAIK PKCS#11 provider for accessing the private key
on a smart card. |
ImplicitSignedMailDemo |
This class shows how to create a signed message (implicit signed,
the content data is included; content type application/pkcs7-mime) according
to S/MIME using the IAIK PKCS#11 provider for accessing the private key
on a smart card. |
SignedMailDemo |
Base class of signed mail demos using PKCS#11 for accessing
the signer key on a smart card. |