Returns a (transparent) specification of this parameters
object.
paramSpec
identifies the specification class in which
the parameters should be returned. It could, for example, be
DSAParameterSpec.class
, to indicate that the
parameters should be returned in an instance of the
DSAParameterSpec
class.
Returns:
the parameter specification.
Parameters:
-
paramSpec - the the specification class in which
the parameters should be returned.
Throws:
-
InvalidParameterSpecException - if the requested parameter
specification is inappropriate for this parameter object.