Uses of Interface
com.didisoft.pgp.bc.elgamal.interfaces.ElGamalParams

Packages that use ElGamalParams
com.didisoft.pgp.bc.elgamal   
com.didisoft.pgp.bc.elgamal.interfaces   
 

Uses of ElGamalParams in com.didisoft.pgp.bc.elgamal
 

Classes in com.didisoft.pgp.bc.elgamal that implement ElGamalParams
 class BaseElGamalParams
          Class representing an ElGamal-specific set of key parameters, which defines an ElGamal key family.
 

Methods in com.didisoft.pgp.bc.elgamal that return ElGamalParams
 ElGamalParams BaseElGamalKeyPairGenerator.generateParams(int primeLen, java.security.SecureRandom random)
          Generates new parameters, p and g.
 ElGamalParams GenericElGamalParameterSet.getParameters(int primeLength)
          If primeLength corresponds to one of the precomputed prime lengths, this method returns a corresponding ElGamalParams object.
 

Methods in com.didisoft.pgp.bc.elgamal with parameters of type ElGamalParams
 void BaseElGamalKeyPairGenerator.initialize(ElGamalParams params, java.security.SecureRandom random)
          Initialises the key pair generator using the prime and base from the specified ElGamalParams object.
 

Constructors in com.didisoft.pgp.bc.elgamal with parameters of type ElGamalParams
BaseElGamalPublicKey(ElGamalParams params, java.math.BigInteger y)
          Constructs a BaseElGamalPublicKey with a prime and base taken from an object implementing java.security.interfaces.ElGamalParams, and the specified public value y = gx mod p.
 

Uses of ElGamalParams in com.didisoft.pgp.bc.elgamal.interfaces
 

Methods in com.didisoft.pgp.bc.elgamal.interfaces that return ElGamalParams
 ElGamalParams ElGamalKeyPairGenerator.generateParams(int primeLen, java.security.SecureRandom random)
          Generates new parameters, p and g.
 

Methods in com.didisoft.pgp.bc.elgamal.interfaces with parameters of type ElGamalParams
 void ElGamalKeyPairGenerator.initialize(ElGamalParams params, java.security.SecureRandom random)
          Initializes the key pair generator using the prime and base from the specified ElGamalParams object.
 



Copyright © 2006-2011 DidiSoft Ltd. All Rights Reserved.