/[classpath]/classpath/java/security/AlgorithmParameters.java
ViewVC logotype

Diff of /classpath/java/security/AlgorithmParameters.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9.2.3 by gnu_andrew, Tue Aug 2 20:12:24 2005 UTC revision 1.9.2.4 by tromey, Fri Nov 25 21:35:16 2005 UTC
# Line 291  public class AlgorithmParameters Line 291  public class AlgorithmParameters
291     * specification is inappropriate for this parameter object, or if this     * specification is inappropriate for this parameter object, or if this
292     * parameter object has not been initialized.     * parameter object has not been initialized.
293     */     */
294    public final AlgorithmParameterSpec getParameterSpec(Class paramSpec)    public final <T extends AlgorithmParameterSpec>
295      T getParameterSpec(Class<T> paramSpec)
296      throws InvalidParameterSpecException      throws InvalidParameterSpecException
297    {    {
298      return paramSpi.engineGetParameterSpec(paramSpec);      return paramSpi.engineGetParameterSpec(paramSpec);

Legend:
Removed from v.1.9.2.3  
changed lines
  Added in v.1.9.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26