cn.com.BTPaySDK
Class CRLDataStruct

java.lang.Object
  extended by cn.com.BTPaySDK.CRLDataStruct

public class CRLDataStruct
extends java.lang.Object

The class for CRL containing the RID, Index and serial number.


Field Summary
 byte index
          The Index of the CRL.
 byte[] rid
          The RID of the CRL.
 byte[] serialNumber
          the Serial Number for CRL.
 
Constructor Summary
CRLDataStruct()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rid

public byte[] rid
The RID of the CRL.


index

public byte index
The Index of the CRL.


serialNumber

public byte[] serialNumber
the Serial Number for CRL.

Constructor Detail

CRLDataStruct

public CRLDataStruct()