| Class | Description |
|---|---|
| FIPS_140_2 |
Perfoms power-up and conditional self-tests, and manages error conditions, as mandated by the FIPS 140-2 specification.
|
| ModuleState |
Constant codes for crypto module states.
|
| RNGTest |
Random number generator continuous self-test class that monitors all RNGs for failure to a constant value, as required by the FIPS 140-2 specification.
|
| Exception | Description |
|---|---|
| KeyExportException |
Thrown if an attempt is made to export the plaintext key material of a private or secret key when either the global or key instance export flag is
false. |
| ModuleStateException |
Thrown if any FIPS 140-2 power-up or continuous self-test fails of if the crypto module is in an invalid state for an attempted operation.
|
| SelfTestException |
Thrown if an error occurs during any of the FIPS 140-2 power-up or continuous self-tests.
|