com.novell.security.japi.pki
Class NPKI_crl

java.lang.Object
  |
  +--com.novell.security.japi.pki.NPKI_crl

public class NPKI_crl
extends java.lang.Object

Object for managing certificate revocation lists (CRL).


Constructor Summary
NPKI_crl()
          The default constructor.
NPKI_crl(byte[] crl)
          Constructor
NPKI_crl(byte[] crl, int flags)
          Constructor
 
Method Summary
 byte[] getCrl()
          Retrieves the CRL.
 int getCrlLen()
          Gets the length of the CRL.
 int getFlags()
          Flags are reserved; do not use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NPKI_crl

public NPKI_crl()
The default constructor. Don't use.


NPKI_crl

public NPKI_crl(byte[] crl)
Constructor

Parameters:
crl - The CRL contained by this class.

NPKI_crl

public NPKI_crl(byte[] crl,
                int flags)
Constructor

Parameters:
crl - the CRL contained by this class.
flags - reserved for future use.
Method Detail

getCrl

public byte[] getCrl()
Retrieves the CRL.

Returns:
byte array of the CRL

getCrlLen

public int getCrlLen()
Gets the length of the CRL.

Returns:
Number of bytes in the CRL.

getFlags

public int getFlags()
Flags are reserved; do not use.

Returns:
Reserved, do not use.