public class

CRLReason

extends DEREnumerated
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.DERObject
       ↳ org.bouncycastle.asn1.ASN1Object
         ↳ org.bouncycastle.asn1.DEREnumerated
           ↳ org.bouncycastle.asn1.x509.CRLReason

Class Overview

The CRLReason enumeration.

 CRLReason ::= ENUMERATED {
  unspecified             (0),
  keyCompromise           (1),
  cACompromise            (2),
  affiliationChanged      (3),
  superseded              (4),
  cessationOfOperation    (5),
  certificateHold         (6),
  removeFromCRL           (8),
  privilegeWithdrawn      (9),
  aACompromise           (10)
 }
 

Summary

Constants
int AA_COMPROMISE This constant is deprecated. use lower case version
int AFFILIATION_CHANGED This constant is deprecated. use lower case version
int CA_COMPROMISE This constant is deprecated. use lower case version
int CERTIFICATE_HOLD This constant is deprecated. use lower case version
int CESSATION_OF_OPERATION This constant is deprecated. use lower case version
int KEY_COMPROMISE This constant is deprecated. use lower case version
int PRIVILEGE_WITHDRAWN This constant is deprecated. use lower case version
int REMOVE_FROM_CRL This constant is deprecated. use lower case version
int SUPERSEDED This constant is deprecated. use lower case version
int UNSPECIFIED This constant is deprecated. use lower case version
int aACompromise
int affiliationChanged
int cACompromise
int certificateHold
int cessationOfOperation
int keyCompromise
int privilegeWithdrawn
int removeFromCRL
int superseded
int unspecified
[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
From interface org.bouncycastle.asn1.DERTags
Public Constructors
CRLReason(int reason)
CRLReason(DEREnumerated reason)
Public Methods
String toString()
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.DEREnumerated
From class org.bouncycastle.asn1.ASN1Object
From class org.bouncycastle.asn1.DERObject
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Constants

public static final int AA_COMPROMISE

This constant is deprecated.
use lower case version

Constant Value: 10 (0x0000000a)

public static final int AFFILIATION_CHANGED

This constant is deprecated.
use lower case version

Constant Value: 3 (0x00000003)

public static final int CA_COMPROMISE

This constant is deprecated.
use lower case version

Constant Value: 2 (0x00000002)

public static final int CERTIFICATE_HOLD

This constant is deprecated.
use lower case version

Constant Value: 6 (0x00000006)

public static final int CESSATION_OF_OPERATION

This constant is deprecated.
use lower case version

Constant Value: 5 (0x00000005)

public static final int KEY_COMPROMISE

This constant is deprecated.
use lower case version

Constant Value: 1 (0x00000001)

public static final int PRIVILEGE_WITHDRAWN

This constant is deprecated.
use lower case version

Constant Value: 9 (0x00000009)

public static final int REMOVE_FROM_CRL

This constant is deprecated.
use lower case version

Constant Value: 8 (0x00000008)

public static final int SUPERSEDED

This constant is deprecated.
use lower case version

Constant Value: 4 (0x00000004)

public static final int UNSPECIFIED

This constant is deprecated.
use lower case version

Constant Value: 0 (0x00000000)

public static final int aACompromise

Constant Value: 10 (0x0000000a)

public static final int affiliationChanged

Constant Value: 3 (0x00000003)

public static final int cACompromise

Constant Value: 2 (0x00000002)

public static final int certificateHold

Constant Value: 6 (0x00000006)

public static final int cessationOfOperation

Constant Value: 5 (0x00000005)

public static final int keyCompromise

Constant Value: 1 (0x00000001)

public static final int privilegeWithdrawn

Constant Value: 9 (0x00000009)

public static final int removeFromCRL

Constant Value: 8 (0x00000008)

public static final int superseded

Constant Value: 4 (0x00000004)

public static final int unspecified

Constant Value: 0 (0x00000000)

Public Constructors

public CRLReason (int reason)

public CRLReason (DEREnumerated reason)

Public Methods

public String toString ()