com::orionsec::jpkif::CPKIFCacheMediator2 Class Reference

Inheritance diagram for com::orionsec::jpkif::CPKIFCacheMediator2:

Inheritance graph
[legend]
Collaboration diagram for com::orionsec::jpkif::CPKIFCacheMediator2:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 11 of file CPKIFCacheMediator2.java.


Public Member Functions

 CPKIFCacheMediator2 (long cPtr, boolean cMemoryOwn)
synchronized void delete ()
 CPKIFCacheMediator2 (boolean addDefaultColleagues)
 CPKIFCacheMediator2 ()
void InitializeMediator (SWIGTYPE_p_std__vectorT_CPKIFException_p_t errorInfo)
void Terminate ()
void Initialize ()
void GetColleagues (IPKIFColleagueList v)
void AddColleague (IPKIFColleaguePtr module)
void GetCRLs (CPKIFCertificatePtr cert, CPKIFCRLList crlList, PKIInfoSource source)
void GetCRLs (CPKIFCertificatePtr cert, CPKIFCRLList crlList)
void GetCRLs (CPKIFCertificatePtr cert, CPKIFCRLNodeList crlNodeList, PKIInfoSource source)
void GetCRLs (CPKIFCertificatePtr cert, CPKIFCRLNodeList crlNodeList)
void GetCRLs (CPKIFCertificatePtr cert, CPKIFCRLList crlList, PKIInfoSource source, CPKIFPathSettingsPtr ps)
void GetCRLs (CPKIFCertificatePtr cert, CPKIFCRLNodeList crlNodeList, PKIInfoSource source, CPKIFPathSettingsPtr ps)
void GetCertificates (CPKIFNamePtr subDN, CPKIFCertificateList certList, PKIInfoSource source)
void GetCertificates (CPKIFNamePtr subDN, CPKIFCertificateList certList)
void GetCertificates (CPKIFNamePtr subDN, CPKIFCertificateNodeList certNodeList, PKIInfoSource source)
void GetCertificates (CPKIFNamePtr subDN, CPKIFCertificateNodeList certNodeList)
void GetCertificates (CPKIFCertificatePtr cert, CPKIFCertificateList certList, PKIInfoSource source, SWIGTYPE_p_PathBuildingDirection pbd)
void GetCertificates (CPKIFCertificatePtr cert, CPKIFCertificateList certList, PKIInfoSource source)
void GetCertificates (CPKIFCertificatePtr cert, CPKIFCertificateList certList)
void GetCertificates (CPKIFCertificatePtr cert, CPKIFCertificateNodeList certNodeList, PKIInfoSource source, SWIGTYPE_p_PathBuildingDirection pbd)
void GetCertificates (CPKIFCertificatePtr cert, CPKIFCertificateNodeList certNodeList, PKIInfoSource source)
void GetCertificates (CPKIFCertificatePtr cert, CPKIFCertificateNodeList certNodeList)
void GetCertificates (CPKIFNamePtr subDN, CPKIFCertificateList certList, PKIInfoSource source, CPKIFPathSettingsPtr ps)
void GetCertificates (CPKIFCertificatePtr cert, CPKIFCertificateList certList, PKIInfoSource source, SWIGTYPE_p_PathBuildingDirection pbd, CPKIFPathSettingsPtr ps)
void GetCertificates (CPKIFCertificatePtr cert, CPKIFCertificateNodeList certNodeList, PKIInfoSource source, SWIGTYPE_p_PathBuildingDirection pbd, CPKIFPathSettingsPtr ps)
void GetCertificates (CPKIFNamePtr subDN, CPKIFCertificateNodeList certNodeList, PKIInfoSource source, CPKIFPathSettingsPtr ps)
void AddCRL (CPKIFCRLPtr crl, CPKIFGeneralNamePtr dp)
void AddCertificate (CertType certType, CPKIFCertificatePtr cert)
void AddCertificate (CertType certType, CPKIFCertificateNodeEntryPtr certNode)
boolean GetTrustRoots (CPKIFNamePtr subDN, IPKIFTrustAnchorList rootList)
void FindCertificates (IPKIFSearchCriteria searchCriteria, CPKIFCertificateList certList, PKIInfoSource source)
void FindCertificates (IPKIFSearchCriteria searchCriteria, CPKIFCertificateList certList)
void FindKeys (IPKIFSearchCriteria searchCriteria, IPKIFNameAndKeyList keyList, PKIInfoSource source)
void FindKeys (IPKIFSearchCriteria searchCriteria, IPKIFNameAndKeyList keyList)
void GetCertificateSources (CPKIFCertificatePtr cert, SWIGTYPE_p_std__vectorT_boost__shared_ptrT_CPKIFCertificateSource_t_PKIFAllocT_boost__shared_ptrT_CPKIFCertificateSource_t_t_t certs, SWIGTYPE_p_PathBuildingDirection pbd)
void GetCertificateSources (CPKIFCertificatePtr cert, SWIGTYPE_p_std__vectorT_boost__shared_ptrT_CPKIFCertificateSource_t_PKIFAllocT_boost__shared_ptrT_CPKIFCertificateSource_t_t_t certs)
PKIInfoSource GetSourceType ()

Static Public Member Functions

static long getCPtr (CPKIFCacheMediator2 obj)

Protected Member Functions

void finalize ()

Constructor & Destructor Documentation

com::orionsec::jpkif::CPKIFCacheMediator2::CPKIFCacheMediator2 ( long  cPtr,
boolean  cMemoryOwn 
) [inline]

Definition at line 14 of file CPKIFCacheMediator2.java.

com::orionsec::jpkif::CPKIFCacheMediator2::CPKIFCacheMediator2 ( boolean  addDefaultColleagues  )  [inline]

Definition at line 38 of file CPKIFCacheMediator2.java.

com::orionsec::jpkif::CPKIFCacheMediator2::CPKIFCacheMediator2 (  )  [inline]

Definition at line 42 of file CPKIFCacheMediator2.java.


Member Function Documentation

static long com::orionsec::jpkif::CPKIFCacheMediator2::getCPtr ( CPKIFCacheMediator2  obj  )  [inline, static]

Definition at line 19 of file CPKIFCacheMediator2.java.

References swigCPtr.

void com::orionsec::jpkif::CPKIFCacheMediator2::finalize (  )  [inline, protected]

Reimplemented from com::orionsec::jpkif::IPKIFColleague.

Definition at line 23 of file CPKIFCacheMediator2.java.

synchronized void com::orionsec::jpkif::CPKIFCacheMediator2::delete (  )  [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::InitializeMediator ( SWIGTYPE_p_std__vectorT_CPKIFException_p_t  errorInfo  )  [inline]

Reimplemented from com::orionsec::jpkif::IPKIFColleague.

Definition at line 46 of file CPKIFCacheMediator2.java.

void com::orionsec::jpkif::CPKIFCacheMediator2::Terminate (  )  [inline]

Reimplemented from com::orionsec::jpkif::IPKIFColleague.

Definition at line 50 of file CPKIFCacheMediator2.java.

void com::orionsec::jpkif::CPKIFCacheMediator2::Initialize ( void   )  [inline]

Reimplemented from com::orionsec::jpkif::IPKIFColleague.

Definition at line 54 of file CPKIFCacheMediator2.java.

void com::orionsec::jpkif::CPKIFCacheMediator2::GetColleagues ( IPKIFColleagueList  v  )  [inline]

Definition at line 58 of file CPKIFCacheMediator2.java.

void com::orionsec::jpkif::CPKIFCacheMediator2::AddColleague ( IPKIFColleaguePtr  module  )  [inline]

Definition at line 62 of file CPKIFCacheMediator2.java.

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCRLs ( CPKIFCertificatePtr  cert,
CPKIFCRLList  crlList,
PKIInfoSource  source 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCRLs ( CPKIFCertificatePtr  cert,
CPKIFCRLList  crlList 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCRLs ( CPKIFCertificatePtr  cert,
CPKIFCRLNodeList  crlNodeList,
PKIInfoSource  source 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCRLs ( CPKIFCertificatePtr  cert,
CPKIFCRLNodeList  crlNodeList 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCRLs ( CPKIFCertificatePtr  cert,
CPKIFCRLList  crlList,
PKIInfoSource  source,
CPKIFPathSettingsPtr  ps 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCRLs ( CPKIFCertificatePtr  cert,
CPKIFCRLNodeList  crlNodeList,
PKIInfoSource  source,
CPKIFPathSettingsPtr  ps 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFNamePtr  subDN,
CPKIFCertificateList  certList,
PKIInfoSource  source 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFNamePtr  subDN,
CPKIFCertificateList  certList 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFNamePtr  subDN,
CPKIFCertificateNodeList  certNodeList,
PKIInfoSource  source 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFNamePtr  subDN,
CPKIFCertificateNodeList  certNodeList 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFCertificatePtr  cert,
CPKIFCertificateList  certList,
PKIInfoSource  source,
SWIGTYPE_p_PathBuildingDirection  pbd 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFCertificatePtr  cert,
CPKIFCertificateList  certList,
PKIInfoSource  source 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFCertificatePtr  cert,
CPKIFCertificateList  certList 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFCertificatePtr  cert,
CPKIFCertificateNodeList  certNodeList,
PKIInfoSource  source,
SWIGTYPE_p_PathBuildingDirection  pbd 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFCertificatePtr  cert,
CPKIFCertificateNodeList  certNodeList,
PKIInfoSource  source 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFCertificatePtr  cert,
CPKIFCertificateNodeList  certNodeList 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFNamePtr  subDN,
CPKIFCertificateList  certList,
PKIInfoSource  source,
CPKIFPathSettingsPtr  ps 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFCertificatePtr  cert,
CPKIFCertificateList  certList,
PKIInfoSource  source,
SWIGTYPE_p_PathBuildingDirection  pbd,
CPKIFPathSettingsPtr  ps 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFCertificatePtr  cert,
CPKIFCertificateNodeList  certNodeList,
PKIInfoSource  source,
SWIGTYPE_p_PathBuildingDirection  pbd,
CPKIFPathSettingsPtr  ps 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates ( CPKIFNamePtr  subDN,
CPKIFCertificateNodeList  certNodeList,
PKIInfoSource  source,
CPKIFPathSettingsPtr  ps 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::AddCRL ( CPKIFCRLPtr  crl,
CPKIFGeneralNamePtr  dp 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::AddCertificate ( CertType  certType,
CPKIFCertificatePtr  cert 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::AddCertificate ( CertType  certType,
CPKIFCertificateNodeEntryPtr  certNode 
) [inline]

boolean com::orionsec::jpkif::CPKIFCacheMediator2::GetTrustRoots ( CPKIFNamePtr  subDN,
IPKIFTrustAnchorList  rootList 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::FindCertificates ( IPKIFSearchCriteria  searchCriteria,
CPKIFCertificateList  certList,
PKIInfoSource  source 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::FindCertificates ( IPKIFSearchCriteria  searchCriteria,
CPKIFCertificateList  certList 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::FindKeys ( IPKIFSearchCriteria  searchCriteria,
IPKIFNameAndKeyList  keyList,
PKIInfoSource  source 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::FindKeys ( IPKIFSearchCriteria  searchCriteria,
IPKIFNameAndKeyList  keyList 
) [inline]

void com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificateSources ( CPKIFCertificatePtr  cert,
SWIGTYPE_p_std__vectorT_boost__shared_ptrT_CPKIFCertificateSource_t_PKIFAllocT_boost__shared_ptrT_CPKIFCertificateSource_t_t_t  certs 
) [inline]

PKIInfoSource com::orionsec::jpkif::CPKIFCacheMediator2::GetSourceType (  )  [inline]


The documentation for this class was generated from the following file:

Generated on Mon Nov 15 11:21:52 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6