diff options
Diffstat (limited to 'java/security/spec/DSAPrivateKeySpec.java')
| -rw-r--r-- | java/security/spec/DSAPrivateKeySpec.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/security/spec/DSAPrivateKeySpec.java b/java/security/spec/DSAPrivateKeySpec.java index b4025d61c..c148481ca 100644 --- a/java/security/spec/DSAPrivateKeySpec.java +++ b/java/security/spec/DSAPrivateKeySpec.java @@ -1,5 +1,5 @@ /* DSAPrivateKeySpec.java --- DSA Private Key Specificaton class - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -47,7 +47,7 @@ import java.math.BigInteger; @author Mark Benvenuto */ -public class DSAPrivateKeySpec extends Object implements KeySpec +public class DSAPrivateKeySpec implements KeySpec { private BigInteger x = null; private BigInteger p = null; |
