Package org.cryptacular.generator
package org.cryptacular.generator
-
ClassDescriptionBase class for all PKCS12 generation components.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.OTP generator component that implements the HOTP scheme described in RFC 4226.Generation strategy for random identifiers.Static factory that generates various types of asymmetric key pairs.Generates PKCS12 containers using DES3+SHA1 for private keys and 40-bit RC2+SHA1 for encrypted data.Runtime exception that describes a condition where some fundamental limit imposed by the implementation or specification of a generator has been exceeded.Nonce generation strategy.Provides a simple interface for generating PKCS12 containers.Generates random identifiers with an alphanumeric character set by default.Factory class with static methods for generating
SecretKey
s.OTP generator component that implements the TOTP scheme described in RFC 6238.