DSAKeyPairGenerator.java, [...]: Cleaned up imports.
2004-05-04 Dalibor Topic <robilad@kaffe.org> * java/security/interfaces/DSAKeyPairGenerator.java, java/security/interfaces/DSAPrivateKey.java, java/security/interfaces/DSAPublicKey.java, java/security/interfaces/RSAPrivateKey.java, java/security/interfaces/RSAPublicKey.java: Cleaned up imports. From-SVN: r81490
This commit is contained in:
parent
933522fbc3
commit
aff9d141f6
6 changed files with 19 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
/* DSAPublicKey.java -- A Digital Signature Algorithm public key
|
||||
Copyright (C) 1998, 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998, 2000, 2004 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
|
@ -37,8 +37,8 @@ exception statement from your version. */
|
|||
|
||||
package java.security.interfaces;
|
||||
|
||||
import java.security.PublicKey;
|
||||
import java.math.BigInteger;
|
||||
import java.security.PublicKey;
|
||||
|
||||
/**
|
||||
* This interface models a Digital Signature Algorithm (DSA) public key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue