Cryptix V3.1

Uses of Class
java.security.KeyPair

Packages that use KeyPair
cryptix.provider.elgamal   
cryptix.provider.rsa   
java.security   
 

Uses of KeyPair in cryptix.provider.elgamal
 

Methods in cryptix.provider.elgamal that return KeyPair
 KeyPair BaseElGamalKeyPairGenerator.generateKeyPair()
          Generates a key pair.
 

Uses of KeyPair in cryptix.provider.rsa
 

Methods in cryptix.provider.rsa that return KeyPair
 KeyPair BaseRSAKeyPairGenerator.generateKeyPair()
          Generate a new RSA key pair with the confidence that each of the public modulus n factors p and q are primes with a mathematical probability that will exceed 1 - (1/2)** CONFIDENCE.
protected  KeyPair BaseRSAKeyPairGenerator.makeKeyPair(java.math.BigInteger n, java.math.BigInteger e, java.math.BigInteger d, java.math.BigInteger p, java.math.BigInteger q)
          Makes an RSA key pair using the given parameters.
 

Uses of KeyPair in java.security
 

Methods in java.security that return KeyPair
abstract  KeyPair KeyPairGeneratorSpi.generateKeyPair()
           
 KeyPair KeyPairGenerator.genKeyPair()
           
 


Cryptix V3.1

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.