Uses of Interface gnu.crypto.Registry

Uses in package gnu.crypto.pad

Classes implementing gnu.crypto.Registry

class
A Factory to instantiate padding schemes.

Uses in package gnu.crypto.cipher

Classes implementing gnu.crypto.Registry

class
A Factory to instantiate symmetric block cipher instances.

Uses in package gnu.crypto.keyring

Classes implementing gnu.crypto.Registry

class
class
class
An entry authenticated with a password-based MAC.
class
An envelope that is encrypted with a password-derived key.

Uses in package gnu.crypto.prng

Classes implementing gnu.crypto.Registry

class
A Factory to instantiate pseudo random number generators.

Uses in package gnu.crypto.mac

Classes implementing gnu.crypto.Registry

class
A Factory to instantiate Keyed-Hash Message Authentication Code (HMAC) algorithm instances.
class
A Factory that instantiates instances of every supported Message Authentication Code algorithms, including all HMAC algorithms.

Uses in package gnu.crypto.mode

Classes implementing gnu.crypto.Registry

class
A Factory to instantiate block cipher modes of operations.

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.