Commit b056c22c by Bryce McKinlay Committed by Bryce McKinlay

* java/security/cert/X509Extension.java: Merge from classpath.

From-SVN: r45798
parent 6a40a9d6
......@@ -7,6 +7,8 @@
an error. Use WIFEXITED and WEXITSTATUS to process process's exit
value.
* java/security/cert/X509Extension.java: Merge from classpath.
2001-09-22 Anthony Green <green@redhat.com>
* java/security/DummyKeyPairGenerator.java (initialize): New
......
......@@ -29,7 +29,7 @@ package java.security.cert;
import java.util.Set;
/**
Public abstract interface for the X.509 Extension.
Public interface for the X.509 Extension.
This is used for X.509 v3 Certificates and CRL v2 (Certificate
Revocation Lists) for managing attributes assoicated with
......@@ -61,7 +61,7 @@ import java.util.Set;
@since JDK 1.2
*/
public abstract interface X509Extension
public interface X509Extension
{
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment