Cryptix V3.2

Uses of Interface
xjava.security.interfaces.ElGamalParams

Packages that use ElGamalParams
cryptix.provider.elgamal   
xjava.security.interfaces   
 

Uses of ElGamalParams in cryptix.provider.elgamal
 

Classes in cryptix.provider.elgamal that implement ElGamalParams
 class BaseElGamalParams
          Class representing an ElGamal-specific set of key parameters, which defines an ElGamal key family.
 

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

Methods in cryptix.provider.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 cryptix.provider.elgamal with parameters of type ElGamalParams
BaseElGamalPublicKey.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.
BaseElGamalPrivateKey.BaseElGamalPrivateKey(ElGamalParams params, java.math.BigInteger x)
          Constructs a BaseElGamalPublicKey with a prime and base taken from an object implementing java.security.interfaces.ElGamalParams, and the specified private value x.
 

Uses of ElGamalParams in xjava.security.interfaces
 

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

Methods in xjava.security.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.
 


Cryptix V3.2

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