All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.security.x509.RevocationReason

netscape.security.x509.RevocationReason

public final class RevocationReason
Represent the enumerated type used in CRLReason Extension of CRL entry.

See Also:
CRLReason

Variable Index

 o AFFILIATION_CHANGED
 o CA_COMPROMISE
 o CERTIFICATE_HOLD
 o CESSATION_OF_OPERATION
 o KEY_COMPROMISE
 o REMOVE_FROM_CRL
 o SUPERSEDED
 o UNSPECIFIED
Reasons

Method Index

 o equals(Object)
 o fromInt(int)
 o hashCode()
 o toInt()
 o toString()

Variables

 o UNSPECIFIED
 public static final RevocationReason UNSPECIFIED
Reasons

 o KEY_COMPROMISE
 public static final RevocationReason KEY_COMPROMISE
 o CA_COMPROMISE
 public static final RevocationReason CA_COMPROMISE
 o AFFILIATION_CHANGED
 public static final RevocationReason AFFILIATION_CHANGED
 o SUPERSEDED
 public static final RevocationReason SUPERSEDED
 o CESSATION_OF_OPERATION
 public static final RevocationReason CESSATION_OF_OPERATION
 o CERTIFICATE_HOLD
 public static final RevocationReason CERTIFICATE_HOLD
 o REMOVE_FROM_CRL
 public static final RevocationReason REMOVE_FROM_CRL

Methods

 o toInt
 public int toInt()
 o fromInt
 public static RevocationReason fromInt(int reason)
 o equals
 public boolean equals(Object other)
 o hashCode
 public int hashCode()
 o toString
 public String toString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index