Classes: Cipher, CipherFactory, CipherImpl, CipherKey, CipherKeyImpl, CryptoIOS, CryptoInputStream, CryptoOutputStream, CryptoStreamBuf, CryptoTransform, RSACipherImpl, RSADigestEngine, RSAKey, RSAKeyImpl
Represents the abstract base class from which all implementations of
symmetric/assymetric encryption algorithms must inherit.
A factory for Cipher objects.
An implementation of the Cipher class for OpenSSL's crypto library.
class CipherKey stores the key information for decryption/encryption of data.
An implementation of the Cipher class for OpenSSL's crypto library.
The base class for CryptoInputStream and CryptoOutputStream.
This stream transforms all data passing through it using the given
CryptoTransform.
This stream transforms all data passing through it using the given
CryptoTransform.
This stream buffer performs cryptographic transformation on the data
going through it.
This interface represents the basic operations for cryptographic
transformations to be used with a CryptoInputStream or a
CryptoOutputStream.
An implementation of the RSA class for OpenSSL's crypto library.
RSADigestEngine is the implementation class for RSADigestEngine
Stores an RSAKey
class RSAKeyImpl