From 0f2257011a908a8ad115cfe0709f7367e37209e8 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 4 Jun 2001 22:55:49 +0000 Subject: PublicKey.java: Extend Key. * java/security/PublicKey.java: Extend Key. * java/security/PrivateKey.java: Extend Key. From-SVN: r42886 --- libjava/java/security/PrivateKey.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/security/PrivateKey.java') diff --git a/libjava/java/security/PrivateKey.java b/libjava/java/security/PrivateKey.java index 7a736a5..a0bdd6b 100644 --- a/libjava/java/security/PrivateKey.java +++ b/libjava/java/security/PrivateKey.java @@ -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 { } -- cgit v1.1