|
Class Summary |
| BigInteger |
BigInteger is an MPZ: an integer without an upper bound to its size. |
| Cipher |
Cipher is a generic interface for an encryption algorithm that encrypts or
decrypts blocks of data using a key and optionally an initialization vector. |
| CryptoFactory |
This class is an implementation detail. |
| DeviceX509Certificate |
|
| DSAKey |
|
| HMAC |
HMAC is a secure hash used by SSH and SSL (and probably other protocols). |
| MD5 |
MD5 is an implementation of a secure hash (Hash) using the MD5
algorithm. |
| RSAKey |
An RSA key which can be used to sign data or verify signed data. |
| SecureRandom |
SecureRandom is a wrapper class for the system's secure PRNG (pseudo random
number generator). |
| SHA |
SHA is an implementation of a secure hash (Hash) using the SHA-1
algorithm. |