Uses of Class
java.security.spec.InvalidParameterSpecException

Packages that use InvalidParameterSpecException
java.security Provides the classes and interfaces for the security framework. 
 

Uses of InvalidParameterSpecException in java.security
 

Methods in java.security that throw InvalidParameterSpecException
 AlgorithmParameterSpec AlgorithmParameters.getParameterSpec(Class paramSpec)
          Returns a (transparent) specification of this parameter object.
 void AlgorithmParameters.init(AlgorithmParameterSpec paramSpec)
          Initializes this parameter object using the parameters specified in paramSpec.