Interface | Description |
---|---|
IdGenerator |
Generation strategy for random identifiers.
|
Nonce |
Nonce generation strategy.
|
P12Generator |
Provides a simple interface for generating PKCS12 containers.
|
Class | Description |
---|---|
AbstractOTPGenerator | |
AbstractP12Generator |
Base class for all PKCS12 generation components.
|
AESP12Generator |
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.
|
HOTPGenerator |
OTP generator component that implements the HOTP scheme described in
RFC 4226.
|
KeyPairGenerator |
Static factory that generates various types of asymmetric key pairs.
|
LegacyP12Generator |
Generates PKCS12 containers using DES3+SHA1 for private keys and 40-bit RC2+SHA1 for encrypted data.
|
RandomIdGenerator |
Generates random identifiers with an alphanumeric character set by default.
|
SecretKeyGenerator |
Factory class with static methods for generating
SecretKey s. |
TOTPGenerator |
OTP generator component that implements the TOTP scheme described in
RFC 6238.
|
Exception | Description |
---|---|
LimitException |
Runtime exception that describes a condition where some fundamental limit imposed by the implementation or
specification of a generator has been exceeded.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.