(waitFor): Only check thread interrupted status if waitpid() returned
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>
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
@since JDK 1.2
*/
-public abstract interface X509Extension
+public interface X509Extension
{
/**