From da659f05fdbcbc0ce4b19ac40dca6eb47464a274 Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 4 Jun 2001 22:55:49 +0000 Subject: * java/security/PublicKey.java: Extend Key. * java/security/PrivateKey.java: Extend Key. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42886 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/java/security/PublicKey.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/security/PublicKey.java') diff --git a/libjava/java/security/PublicKey.java b/libjava/java/security/PublicKey.java index a56ffe48ab5..01279635e3e 100644 --- a/libjava/java/security/PublicKey.java +++ b/libjava/java/security/PublicKey.java @@ -1,5 +1,5 @@ /* PublicKey.java -- "Super-interface" for all public keys - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -34,6 +34,6 @@ package java.security; * * @author Aaron M. Renn (arenn@urbanophile.com) */ -public interface PublicKey +public interface PublicKey extends Key { } -- cgit v1.2.3