Cryptix V3.1

Uses of Class
java.security.InvalidParameterException

Packages that use InvalidParameterException
cryptix.provider.cipher   
cryptix.provider.elgamal   
cryptix.provider.mac   
cryptix.provider.md   
cryptix.provider.rsa   
java.security   
java.security.interfaces   
 

Uses of InvalidParameterException in cryptix.provider.cipher
 

Methods in cryptix.provider.cipher that throw InvalidParameterException
protected  void SPEED.engineSetParameter(String param, Object value)
          SPI: Sets the specified algorithm parameter to the specified value.
protected  Object SPEED.engineGetParameter(String param)
          SPI: Gets the value of the specified algorithm parameter.
protected  void Blowfish.engineSetParameter(String param, Object value)
          SPI: Sets the specified algorithm parameter to the specified value.
protected  void SAFER.engineSetParameter(String param, Object value)
           
protected  Object SAFER.engineGetParameter(String param)
           
 

Uses of InvalidParameterException in cryptix.provider.elgamal
 

Methods in cryptix.provider.elgamal that throw InvalidParameterException
 void GenericElGamalParameterSet.checkSane()
          Throws an InvalidParameterException if any of the parameters are obviously incorrect.
 void BaseElGamalKeyPairGenerator.initialize(ElGamalParams params, SecureRandom random)
          Initialises the key pair generator using the prime and base from the specified ElGamalParams object.
 void BaseElGamalKeyPairGenerator.initialize(java.math.BigInteger prime, java.math.BigInteger base, SecureRandom random)
          Initialises the key pair generator using the specified prime (p) and base (g).
 void BaseElGamalKeyPairGenerator.initialize(int primeLen, boolean genParams, SecureRandom random)
          Initialises the key pair generator for a given prime length, without parameters.
 ElGamalParams BaseElGamalKeyPairGenerator.generateParams(int primeLen, SecureRandom random)
          Generates new parameters, p and g.
 

Uses of InvalidParameterException in cryptix.provider.mac
 

Methods in cryptix.provider.mac that throw InvalidParameterException
 void HMAC.setParameter(String param, Object value)
           
 Object HMAC.getParameter(String param)
           
protected  void HMAC.engineSetParameter(String param, Object value)
           
protected  Object HMAC.engineGetParameter(String param)
           
 

Uses of InvalidParameterException in cryptix.provider.md
 

Methods in cryptix.provider.md that throw InvalidParameterException
 void HAVAL.setParameter(String param, Object value)
           
 Object HAVAL.getParameter(String param)
           
protected  void HAVAL.engineSetParameter(String param, Object value)
           
protected  Object HAVAL.engineGetParameter(String param)
           
 

Uses of InvalidParameterException in cryptix.provider.rsa
 

Methods in cryptix.provider.rsa that throw InvalidParameterException
protected  void Any_RSA_PKCS1Signature.engineSetParameter(String param, Object value)
           
protected  Object Any_RSA_PKCS1Signature.engineGetParameter(String param)
           
 

Uses of InvalidParameterException in java.security
 

Methods in java.security that throw InvalidParameterException
 void Cipher.setParameter(String param, Object value)
          Sets the specified algorithm parameter to the specified value.
 Object Cipher.getParameter(String param)
          Gets the value of the specified algorithm parameter.
protected  void Cipher.engineSetParameter(String param, Object value)
          SPI: Sets the specified algorithm parameter to the specified value.
protected  Object Cipher.engineGetParameter(String param)
          SPI: Gets the value of the specified algorithm parameter.
protected  void Mode.engineSetParameter(String param, Object value)
          SPI: Sets the specified algorithm parameter to the specified value.
protected  Object Mode.engineGetParameter(String param)
          SPI: Gets the value of the specified algorithm parameter.
 void PaddingScheme.setParameter(String param, Object value)
          Sets the specified algorithm parameter to the specified value.
 Object PaddingScheme.getParameter(String param)
          Gets the value of the specified algorithm parameter.
protected  void PaddingScheme.engineSetParameter(String param, Object value)
          SPI: Sets the specified algorithm parameter to the specified value.
protected  Object PaddingScheme.engineGetParameter(String param)
          SPI: Gets the value of the specified algorithm parameter.
 void Parameterized.setParameter(String param, Object value)
          Sets the specified algorithm parameter to the specified value.
 Object Parameterized.getParameter(String param)
          Gets the value of the specified algorithm parameter.
 void KeyGenerator.setParameter(String param, Object value)
          Sets the specified algorithm parameter to the specified value.
 Object KeyGenerator.getParameter(String param)
          Gets the value of the specified algorithm parameter.
protected  void KeyGenerator.engineSetParameter(String param, Object value)
          SPI: Sets the specified algorithm parameter to the specified value.
protected  Object KeyGenerator.engineGetParameter(String param)
          SPI: Gets the value of the specified algorithm parameter.
protected abstract  Object SignatureSpi.engineGetParameter(String)
           
protected abstract  void SignatureSpi.engineSetParameter(String, Object)
           
 Object Signature.getParameter(String)
           
 void Signature.setParameter(String, Object)
           
 

Uses of InvalidParameterException in java.security.interfaces
 

Methods in java.security.interfaces that throw InvalidParameterException
 void RSAKeyPairGenerator.initialize(int strength, java.math.BigInteger publicExponent, SecureRandom random)
          Initializes the key pair generator using the specified "strength" (desired key length in bits), public exponent, and source of random bits.
 void ElGamalKeyPairGenerator.initialize(ElGamalParams params, SecureRandom random)
          Initializes the key pair generator using the prime and base from the specified ElGamalParams object.
 void ElGamalKeyPairGenerator.initialize(java.math.BigInteger prime, java.math.BigInteger base, SecureRandom random)
          Initializes the key pair generator using the specified prime and base.
 void ElGamalKeyPairGenerator.initialize(int primeLen, boolean genParams, SecureRandom random)
          Initializes the key pair generator for a given prime length, without parameters.
 ElGamalParams ElGamalKeyPairGenerator.generateParams(int primeLen, SecureRandom random)
          Generates new parameters, p and g.
 


Cryptix V3.1

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