Definition at line 11 of file SimpleCRLCache.java.
Public Member Functions | |
SimpleCRLCache (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
SimpleCRLCache () | |
void | Initialize () |
void | GetCRLs (CPKIFCertificatePtr cert, CPKIFCRLList crlList, PKIInfoSource source) |
void | GetCRLs (CPKIFCertificatePtr cert, CPKIFCRLList crlList) |
void | GetCRLs (CPKIFCRLList v) |
void | GetCRLs (CPKIFCertificatePtr cert, CPKIFCRLList crlList, PKIInfoSource source, CPKIFPathSettingsPtr ps) |
void | AddCRL (CPKIFCRLPtr crl, CPKIFGeneralNamePtr dp) |
void | Clear () |
int | size () |
void | SetAutoCleanup (boolean on, long interval) |
void | SetAutoCleanup (boolean on) |
void | WriteCRLsToDirectory (String path) |
void | ReadCRLsFromDirectory (String path) |
Static Public Member Functions | |
static long | getCPtr (SimpleCRLCache obj) |
Protected Member Functions | |
void | finalize () |
com::orionsec::jpkif::SimpleCRLCache::SimpleCRLCache | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
Definition at line 14 of file SimpleCRLCache.java.
com::orionsec::jpkif::SimpleCRLCache::SimpleCRLCache | ( | void | ) | [inline] |
Definition at line 38 of file SimpleCRLCache.java.
static long com::orionsec::jpkif::SimpleCRLCache::getCPtr | ( | SimpleCRLCache | obj | ) | [inline, static] |
void com::orionsec::jpkif::SimpleCRLCache::finalize | ( | ) | [inline, protected] |
Reimplemented from com::orionsec::jpkif::IPKIFCRLRepository.
Definition at line 23 of file SimpleCRLCache.java.
synchronized void com::orionsec::jpkif::SimpleCRLCache::delete | ( | ) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFCRLRepository.
Definition at line 27 of file SimpleCRLCache.java.
References com::orionsec::jpkif::IPKIFCRLRepository::swigCMemOwn.
void com::orionsec::jpkif::SimpleCRLCache::Initialize | ( | void | ) | [inline] |
Definition at line 42 of file SimpleCRLCache.java.
void com::orionsec::jpkif::SimpleCRLCache::GetCRLs | ( | CPKIFCertificatePtr | cert, | |
CPKIFCRLList | crlList, | |||
PKIInfoSource | source | |||
) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFCRLRepository.
Definition at line 46 of file SimpleCRLCache.java.
References com::orionsec::jpkif::CPKIFCertificatePtr::getCPtr(), and com::orionsec::jpkif::PKIInfoSource::swigValue.
void com::orionsec::jpkif::SimpleCRLCache::GetCRLs | ( | CPKIFCertificatePtr | cert, | |
CPKIFCRLList | crlList | |||
) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFCRLRepository.
Definition at line 50 of file SimpleCRLCache.java.
References com::orionsec::jpkif::CPKIFCertificatePtr::getCPtr().
void com::orionsec::jpkif::SimpleCRLCache::GetCRLs | ( | CPKIFCRLList | v | ) | [inline] |
Definition at line 54 of file SimpleCRLCache.java.
void com::orionsec::jpkif::SimpleCRLCache::GetCRLs | ( | CPKIFCertificatePtr | cert, | |
CPKIFCRLList | crlList, | |||
PKIInfoSource | source, | |||
CPKIFPathSettingsPtr | ps | |||
) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFCRLRepository.
Definition at line 58 of file SimpleCRLCache.java.
References com::orionsec::jpkif::CPKIFCertificatePtr::getCPtr(), and com::orionsec::jpkif::PKIInfoSource::swigValue.
void com::orionsec::jpkif::SimpleCRLCache::AddCRL | ( | CPKIFCRLPtr | crl, | |
CPKIFGeneralNamePtr | dp | |||
) | [inline] |
Definition at line 62 of file SimpleCRLCache.java.
References com::orionsec::jpkif::CPKIFCRLPtr::getCPtr().
void com::orionsec::jpkif::SimpleCRLCache::Clear | ( | ) | [inline] |
Definition at line 66 of file SimpleCRLCache.java.
int com::orionsec::jpkif::SimpleCRLCache::size | ( | ) | [inline] |
Definition at line 70 of file SimpleCRLCache.java.
void com::orionsec::jpkif::SimpleCRLCache::SetAutoCleanup | ( | boolean | on, | |
long | interval | |||
) | [inline] |
Definition at line 74 of file SimpleCRLCache.java.
void com::orionsec::jpkif::SimpleCRLCache::SetAutoCleanup | ( | boolean | on | ) | [inline] |
Definition at line 78 of file SimpleCRLCache.java.
void com::orionsec::jpkif::SimpleCRLCache::WriteCRLsToDirectory | ( | String | path | ) | [inline] |
Definition at line 82 of file SimpleCRLCache.java.
void com::orionsec::jpkif::SimpleCRLCache::ReadCRLsFromDirectory | ( | String | path | ) | [inline] |
Definition at line 86 of file SimpleCRLCache.java.