|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcryptix.security.rsa.RSAKeyGen
cryptix.examples.pgp.VanityRSAKeyGen
This class is a RSA key pair generator.
Copyright (c) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.
| Field Summary |
| Fields inherited from class cryptix.security.rsa.RSAKeyGen |
rand |
| Constructor Summary | |
VanityRSAKeyGen(RandomStream rand0)
|
|
| Method Summary | |
SecretKey |
createKey(int bitlen,
int id,
RSAKeyGenObserver obsrv)
|
BigInteger |
randomPrime(int bitlen,
byte[] lsbFix,
RSAKeyGenObserver obsrv)
|
BigInteger |
randomPrime(int bitlen,
int lsbFix,
RSAKeyGenObserver obsrv)
|
BigInteger |
randomPrime(int bitlen,
long lsbFix,
RSAKeyGenObserver obsrv)
|
| Methods inherited from class cryptix.security.rsa.RSAKeyGen |
createKey, createKey, createKey, createKey, deriveKeys, randomPrime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VanityRSAKeyGen(RandomStream rand0)
| Method Detail |
public BigInteger randomPrime(int bitlen,
long lsbFix,
RSAKeyGenObserver obsrv)
public BigInteger randomPrime(int bitlen,
int lsbFix,
RSAKeyGenObserver obsrv)
public BigInteger randomPrime(int bitlen,
byte[] lsbFix,
RSAKeyGenObserver obsrv)
public SecretKey createKey(int bitlen,
int id,
RSAKeyGenObserver obsrv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||