* java/security/cert/X509Extension.java: Merge from classpath.
From-SVN: r45798
This commit is contained in:
parent
6a40a9d6f2
commit
b056c22c8e
2 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,8 @@
|
||||||
(waitFor): Only check thread interrupted status if waitpid() returned
|
(waitFor): Only check thread interrupted status if waitpid() returned
|
||||||
an error. Use WIFEXITED and WEXITSTATUS to process process's exit
|
an error. Use WIFEXITED and WEXITSTATUS to process process's exit
|
||||||
value.
|
value.
|
||||||
|
|
||||||
|
* java/security/cert/X509Extension.java: Merge from classpath.
|
||||||
|
|
||||||
2001-09-22 Anthony Green <green@redhat.com>
|
2001-09-22 Anthony Green <green@redhat.com>
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ package java.security.cert;
|
||||||
import java.util.Set;
|
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
|
This is used for X.509 v3 Certificates and CRL v2 (Certificate
|
||||||
Revocation Lists) for managing attributes assoicated with
|
Revocation Lists) for managing attributes assoicated with
|
||||||
|
@ -61,7 +61,7 @@ import java.util.Set;
|
||||||
|
|
||||||
@since JDK 1.2
|
@since JDK 1.2
|
||||||
*/
|
*/
|
||||||
public abstract interface X509Extension
|
public interface X509Extension
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue