Definition at line 11 of file SimpleRootStore.java.
Public Member Functions | |
SimpleRootStore (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
SimpleRootStore () | |
void | Initialize () |
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) |
boolean | GetTrustRoots (CPKIFNamePtr subDN, IPKIFTrustAnchorList root) |
void | GetTrustRoots (IPKIFTrustAnchorList v) |
void | AddTrustRoot (IPKIFTrustAnchorPtr root) |
void | Clear () |
Static Public Member Functions | |
static long | getCPtr (SimpleRootStore obj) |
Protected Member Functions | |
void | finalize () |
com::orionsec::jpkif::SimpleRootStore::SimpleRootStore | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
Definition at line 14 of file SimpleRootStore.java.
com::orionsec::jpkif::SimpleRootStore::SimpleRootStore | ( | void | ) | [inline] |
Definition at line 38 of file SimpleRootStore.java.
static long com::orionsec::jpkif::SimpleRootStore::getCPtr | ( | SimpleRootStore | obj | ) | [inline, static] |
void com::orionsec::jpkif::SimpleRootStore::finalize | ( | ) | [inline, protected] |
Reimplemented from com::orionsec::jpkif::IPKIFTrustCache.
Definition at line 23 of file SimpleRootStore.java.
synchronized void com::orionsec::jpkif::SimpleRootStore::delete | ( | ) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFTrustCache.
Definition at line 27 of file SimpleRootStore.java.
References com::orionsec::jpkif::IPKIFTrustCache::swigCMemOwn.
void com::orionsec::jpkif::SimpleRootStore::Initialize | ( | void | ) | [inline] |
Definition at line 42 of file SimpleRootStore.java.
void com::orionsec::jpkif::SimpleRootStore::FindCertificates | ( | IPKIFSearchCriteria | searchCriteria, | |
CPKIFCertificateList | certList, | |||
PKIInfoSource | source | |||
) | [inline] |
Definition at line 46 of file SimpleRootStore.java.
References com::orionsec::jpkif::IPKIFSearchCriteria::getCPtr(), and com::orionsec::jpkif::PKIInfoSource::swigValue.
void com::orionsec::jpkif::SimpleRootStore::FindCertificates | ( | IPKIFSearchCriteria | searchCriteria, | |
CPKIFCertificateList | certList | |||
) | [inline] |
Definition at line 50 of file SimpleRootStore.java.
References com::orionsec::jpkif::IPKIFSearchCriteria::getCPtr().
void com::orionsec::jpkif::SimpleRootStore::FindKeys | ( | IPKIFSearchCriteria | searchCriteria, | |
IPKIFNameAndKeyList | keyList, | |||
PKIInfoSource | source | |||
) | [inline] |
Definition at line 54 of file SimpleRootStore.java.
References com::orionsec::jpkif::IPKIFSearchCriteria::getCPtr(), and com::orionsec::jpkif::PKIInfoSource::swigValue.
void com::orionsec::jpkif::SimpleRootStore::FindKeys | ( | IPKIFSearchCriteria | searchCriteria, | |
IPKIFNameAndKeyList | keyList | |||
) | [inline] |
Definition at line 58 of file SimpleRootStore.java.
References com::orionsec::jpkif::IPKIFSearchCriteria::getCPtr().
boolean com::orionsec::jpkif::SimpleRootStore::GetTrustRoots | ( | CPKIFNamePtr | subDN, | |
IPKIFTrustAnchorList | root | |||
) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFTrustCache.
Definition at line 62 of file SimpleRootStore.java.
References com::orionsec::jpkif::CPKIFNamePtr::getCPtr().
void com::orionsec::jpkif::SimpleRootStore::GetTrustRoots | ( | IPKIFTrustAnchorList | v | ) | [inline] |
Definition at line 66 of file SimpleRootStore.java.
void com::orionsec::jpkif::SimpleRootStore::AddTrustRoot | ( | IPKIFTrustAnchorPtr | root | ) | [inline] |
Definition at line 70 of file SimpleRootStore.java.
void com::orionsec::jpkif::SimpleRootStore::Clear | ( | ) | [inline] |
Definition at line 74 of file SimpleRootStore.java.