PublicKey.java: Extend Key.
* java/security/PublicKey.java: Extend Key. * java/security/PrivateKey.java: Extend Key. From-SVN: r42886
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* PrivateKey.java -- "Super-interface" for all private keys
|
||||
Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998, 2001 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
@@ -35,6 +35,6 @@ package java.security;
|
||||
*
|
||||
* @author Aaron M. Renn (arenn@urbanophile.com)
|
||||
*/
|
||||
public interface PrivateKey
|
||||
public interface PrivateKey extends Key
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user