Message-Id: <01BC5C97.37C02E50@impetus.ctron.com>
From: Jon Willard <willard@ctron.com>
To: "java-security@web2.javasoft.com" <java-security@web2.javasoft.com>
Subject: Question on Certificate Interface
Date: Fri, 9 May 1997 16:36:58 -0400
You have provided the interface Certificate with=20
abstract void decode( InputStream)
I have a file with an x.509 certificate in it but I cannot decode it =
with this abstract void method. Is there any way to load a byte stream =
Certificate from a file into a Certificate.
Jon