|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomGenerator | |
---|---|
org.clazzes.optional.sec | |
org.clazzes.optional.sec.rsa |
Uses of RandomGenerator in org.clazzes.optional.sec |
---|
Subinterfaces of RandomGenerator in org.clazzes.optional.sec | |
---|---|
interface |
SeededRandomGenerator
Random generator, which needs seeding fromwithin the application. |
Classes in org.clazzes.optional.sec that implement RandomGenerator | |
---|---|
class |
DigestRandomGenerator
Random generation based on the digest with counter. |
class |
NativeRandomGenerator
A random generator, which uses the JRE implementation of a secure random generator. |
Uses of RandomGenerator in org.clazzes.optional.sec.rsa |
---|
Methods in org.clazzes.optional.sec.rsa with parameters of type RandomGenerator | |
---|---|
void |
RSAPrivKey.encode(java.io.OutputStream os,
byte[] passPhrase,
RandomGenerator random)
Write the encrypted private key to an output stream. |
Constructors in org.clazzes.optional.sec.rsa with parameters of type RandomGenerator | |
---|---|
OAEP(Digest digest,
MGF mgf,
RandomGenerator randomGenerator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |