| Tag Summary |
| pbeencrypt | JSP tag used for PBE (password-based) encryption/decryption of strings |
| encrypt | JSP tag used for symmetric key encryption/decryption of strings |
| createcrl | JSP tag for creating CRL (certificate revocation list) |
| pbefileencrypt | JSP tag used for PBE (password-based) encryption/decryption of files |
| encryptandsign | JSP tag used for encrypting & signing data |
| createsignature | JSP tag used for creating SIG (signatures) of strings and files |
| getversion | JSP tag to print out BouncyCastle JCE provider and JCETaglib version number |
| digest | JSP tag used for creating message digests (hashing) of strings and files |
| decryptandverifysignature | JSP tag used for decrypting & verify signed data |
| verifysignature | JSP tag used for verifying SIG (signatures) of strings and files |
| selfsign | JSP tag used for generating self-signed X.509 certificates |
| pemtoder | JSP tag for converting PEM strings to DER strings |
| generatekey | JSP tag used to generate a secret/shared (=symmetric) key and store it in a file |
| certificaterequestinfo | JSP tag for retrieving info from PKCS#10 requests |
| certificatefromrequest | JSP tag for generating X.509 certificates from PKCS#10 or Netscape requests |
| sign | JSP tag used for generating signed X.509 certificates |
| certificateinfo | JSP tag used retrieving information from a X.509 certificate |
| fileencrypt | JSP tag used for symmetric key encryption/decryption of files |
| hmac | JSP tag used for creating HMAC (message authentication code) of strings and files |
| createpkcs10 | JSP tag for creating a PKCS#10 certificate request |
| verifycertificate | JSP tag for verifying X.509 certificates |
| readp12 | JSP tag for reading certificates from a PKCS#12 (P12) keystore |
| encryptwithcert | JSP tag used for encryption/decryption of strings with public/private keys (X.509 certificates) |
| createformdigest | JSP tag creating a form digest |
| decryptandverifyhmac | JSP tag used for decrypting data & verify MAC |
| encryptwithhmac | JSP tag used for encrypting data with a HMAC code |