Package danger.crypto

Interface Summary
Hash Hash is an interface used to define a secure hash function (like SHA or MD5).
RSAKey.GeneratorListener Interface for receiving events about the progress of generating an RSA key.
 

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.
 

Exception Summary
CipherException Exception generated by Cipher.
DSAKeyException Exception generated by DSAKey.
RSAKeyException Exception generated by RSAKey.