oracle.security.crypto.cert
Class CRLReason
java.lang.Object
   oracle.security.crypto.cert.CRLReason
oracle.security.crypto.cert.CRLReason
- public class CRLReason
- extends java.lang.Object
Reason for a certificate revocation.
 
 
 
| Constructor Summary | 
| CRLReason(java.io.InputStream is)
 | 
 
| Method Summary | 
| int | getValue()Gets the value of this CRLReason.
 | 
| void | input(java.io.InputStream is)
 | 
| int | length()
 | 
| void | output(java.io.OutputStream os)
 | 
| java.lang.String | toString()Returns a brief description of this CRLReason object.
 | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
UNSPECIFIED
public static final CRLReason UNSPECIFIED
KEY_COMPROMISE
public static final CRLReason KEY_COMPROMISE
CA_COMPROMISE
public static final CRLReason CA_COMPROMISE
AFFILIATION_CHANGE
public static final CRLReason AFFILIATION_CHANGE
SUPERSEDED
public static final CRLReason SUPERSEDED
CESSATION_OF_OPERATION
public static final CRLReason CESSATION_OF_OPERATION
CERTIFICATE_HOLD
public static final CRLReason CERTIFICATE_HOLD
REMOVE_FROM_CRL
public static final CRLReason REMOVE_FROM_CRL
LIST
public static final CRLReason[] LIST
CRLReason
public CRLReason(java.io.InputStream is)
          throws java.io.IOException
getValue
public int getValue()
- Gets the value of this CRLReason.
- 
- Returns:
- An int representing this CRLReason object.
 
toString
public java.lang.String toString()
- Returns a brief description of this CRLReason object.
- 
- Returns:
- A String describing this object.
 
input
public void input(java.io.InputStream is)
           throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
output
public void output(java.io.OutputStream os)
            throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
length
public int length()
 
 
Copyright © 2005 , Oracle. All rights reserved.