|
|||||||||
Home >> All >> gnu >> javax >> net >> ssl >> [ provider overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
gnu.javax.net.ssl.provider
Class KeyPool

java.lang.Objectgnu.javax.net.ssl.provider.KeyPool
- final class KeyPool
- extends java.lang.Object
Field Summary | |
private static java.math.BigInteger |
E
|
private static java.math.BigInteger |
ONE
|
private static java.security.SecureRandom |
RANDOM
|
private static java.math.BigInteger |
TWO
|
Constructor Summary | |
private |
KeyPool()
|
Method Summary | |
(package private) static java.security.KeyPair |
generateRSAKeyPair()
Generate an export-class (512 bit) RSA key pair. |
private static void |
nextBytes(byte[] buf)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
ONE
private static final java.math.BigInteger ONE
TWO
private static final java.math.BigInteger TWO
E
private static final java.math.BigInteger E
RANDOM
private static final java.security.SecureRandom RANDOM
Constructor Detail |
KeyPool
private KeyPool()
Method Detail |
generateRSAKeyPair
static java.security.KeyPair generateRSAKeyPair()
- Generate an export-class (512 bit) RSA key pair.
nextBytes
private static void nextBytes(byte[] buf)
|
|||||||||
Home >> All >> gnu >> javax >> net >> ssl >> [ provider overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |