|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Registry | |
gnu.crypto.cipher | Provides a basic API for using symetric-key block cipher algorithms. |
gnu.crypto.keyring | Provides a basic API for managing private and public authentication credentials stored in file objects. |
gnu.crypto.mac | Provides a basic API for using Message Authentication Code (MAC) algorithms. |
gnu.crypto.mode | Provides a basic API for using block cipher Modes of Operation. |
gnu.crypto.pad | Provides a basic API for using block cipher padding algorithms. |
gnu.crypto.prng | Provides a basic API for using cryptographically strong pseudo random number generation algorithms. |
Uses of Registry in gnu.crypto.cipher |
Classes in gnu.crypto.cipher that implement Registry | |
class |
CipherFactory
A Factory to instantiate symmetric block cipher instances. |
Uses of Registry in gnu.crypto.keyring |
Classes in gnu.crypto.keyring that implement Registry | |
class |
AuthenticatedEntry
|
class |
EncryptedEntry
|
class |
PasswordAuthenticatedEntry
An entry authenticated with a password-based MAC. |
class |
PasswordEncryptedEntry
An envelope that is encrypted with a password-derived key. |
Uses of Registry in gnu.crypto.mac |
Classes in gnu.crypto.mac that implement Registry | |
class |
HMacFactory
A Factory to instantiate Keyed-Hash Message Authentication Code (HMAC) algorithm instances. |
class |
MacFactory
A Factory that instantiates instances of every supported Message Authentication Code algorithms, including all HMAC algorithms. |
Uses of Registry in gnu.crypto.mode |
Classes in gnu.crypto.mode that implement Registry | |
class |
ModeFactory
A Factory to instantiate block cipher modes of operations. |
Uses of Registry in gnu.crypto.pad |
Classes in gnu.crypto.pad that implement Registry | |
class |
PadFactory
A Factory to instantiate padding schemes. |
Uses of Registry in gnu.crypto.prng |
Classes in gnu.crypto.prng that implement Registry | |
class |
PRNGFactory
A Factory to instantiate pseudo random number generators. |
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV NEXT | FRAMES NO FRAMES |