Uses of Class
org.cryptacular.generator.AbstractP12Generator
Packages that use AbstractP12Generator
-
Uses of AbstractP12Generator in org.cryptacular.generator
Subclasses of AbstractP12Generator in org.cryptacular.generatorModifier and TypeClassDescriptionclass
Generates PKCS12 containers using the PBES2 algorithm with the AES-256-CBC cipher for encryption, which is the most portable and secure algorithm in use with PKCS12 at this time.class
Generates PKCS12 containers using DES3+SHA1 for private keys and 40-bit RC2+SHA1 for encrypted data.