|
For the latest news and information visit The GNU Crypto project | ||
| Frames | No Frames | ||
Methods with parameter type gnu.crypto.prng.IRandom | |
| BigInteger[] | |
Methods with parameter type gnu.crypto.prng.IRandom | |
| byte[] | Similar to encode(byte[]) method, except that the source of
randomness to use for obtaining the padding bytes (an instance of
IRandom) is given as a parameter.
|
Methods with return type gnu.crypto.prng.IRandom | |
| IRandom | PRNGFactory.getInstance(String prng) Returns an instance of a padding algorithm given its name.
|
Classes implementing gnu.crypto.prng.IRandom | |
| class | RC4 is a stream cipher developed by Ron Rivest. |
| class | An abstract class to facilitate implementing PRNG algorithms.
|
| class | Counter Mode is a way to define a pseudorandom keystream generator using
a block cipher. |
| class | A simple pseudo-random number generator that relies on a hash algorithm,
that (a) starts its operation by hashing a seed, and then (b)
continuously re-hashing its output. |
| class | An implementation of the key derivation function KDF2 from PKCS #5:
Password-Based Cryptography (PBE). |
| class | KDFs (Key Derivation Functions) are used to stretch user-supplied
key material to specific size(s) required by high level cryptographic
primitives. |
Constructors with parameter type gnu.crypto.prng.IRandom | |
Fields of type gnu.crypto.prng.IRandom | |
| IRandom | The optional IRandom instance to use. |
Methods with parameter type gnu.crypto.prng.IRandom | |
| byte[] | Similar to the same method with no arguments, but uses the designated
random number generator to compute needed keying material.
|
| void | Similar to the same method with one argument, but uses the designated
random number generator to compute needed keying material.
|
| void | Similar to the same method with three arguments, but uses the
designated random number generator to compute needed keying material.
|
Methods with return type gnu.crypto.prng.IRandom | |
| IRandom | Return the key stream this specification was initialized with.
|
Constructors with parameter type gnu.crypto.prng.IRandom | |
Create a new parameter specification with no prefix.
| |
Create a new parameter specification.
| |
Fields of type gnu.crypto.prng.IRandom | |
| IRandom | The keystream. |