com::orionsec::jpkif::CPKIFOCSPChecker Class Reference

Inheritance diagram for com::orionsec::jpkif::CPKIFOCSPChecker:

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

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 11 of file CPKIFOCSPChecker.java.


Public Member Functions

 CPKIFOCSPChecker (long cPtr, boolean cMemoryOwn)
synchronized void delete ()
 CPKIFOCSPChecker ()
 CPKIFOCSPChecker (CPKIFOCSPChecker copy)
void SetHost (String host)
void Set_Port (int port)
void SetURL (String url)
CPKIFStringPtr GetHost ()
CPKIFStringPtr GetURL ()
int GetPort ()
void SetMultiCertRequest (boolean bDoMultiCertRequests)
boolean GetMultiCertRequest ()
void Initialize ()
boolean CheckStatus (CPKIFCertificatePtr targetCert, CPKIFCertificatePtr issuersCert, SWIGTYPE_p_RevocationStatus status, CPKIFCertStatusPtr certStatus)
boolean CheckStatusPath (CPKIFCertificatePath path, SWIGTYPE_p_RevocationStatus status)
void SetPathSettings (CPKIFPathSettingsPtr settings)
void SetSigningCredential (CPKIFCredentialPtr cred)
CPKIFCredentialPtr GetSigningCredential ()
void SetResponderPublicKey (CPKIFCertificatePtr cert, boolean bRequireThisCert)
void SetResponderPublicKey (CPKIFCertificatePtr cert)
CPKIFCertificatePtr GetResponderPublicKey ()
boolean GetRequireSpecificCert ()
void AddNamespace (CPKIFGeneralSubtreePtr name)
CPKIFGeneralSubtreeList GetNamespaces ()
void AddIssuerNamespace (CPKIFGeneralSubtreePtr name)
CPKIFGeneralSubtreeList GetIssuerNamespaces ()
void SetGenerateNonce (boolean bGenerateNonce)
boolean GetGenerateNonce ()
void SetRequireNonceMatch (boolean bRequireNonceMatch)
boolean GetRequireNonceMatch ()
boolean ProcessOfflineResponse (CPKIFCertificatePtr targetCert, CPKIFCertificatePtr targetIssuer, boolean responderIsTrusted, CPKIFBufferPtr ocspResponse, CPKIFCertStatusPtr targetCertStatus)
void SetCacheValidatedResponders (boolean b)
boolean GetCacheValidatedResponders ()

Static Public Member Functions

static long getCPtr (CPKIFOCSPChecker obj)

Protected Member Functions

void finalize ()

Constructor & Destructor Documentation

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

Definition at line 14 of file CPKIFOCSPChecker.java.

com::orionsec::jpkif::CPKIFOCSPChecker::CPKIFOCSPChecker ( void   )  [inline]

Definition at line 38 of file CPKIFOCSPChecker.java.

com::orionsec::jpkif::CPKIFOCSPChecker::CPKIFOCSPChecker ( CPKIFOCSPChecker  copy  )  [inline]

Definition at line 42 of file CPKIFOCSPChecker.java.


Member Function Documentation

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

Definition at line 19 of file CPKIFOCSPChecker.java.

References swigCPtr.

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

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

Definition at line 23 of file CPKIFOCSPChecker.java.

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

void com::orionsec::jpkif::CPKIFOCSPChecker::SetHost ( String  host  )  [inline]

Definition at line 46 of file CPKIFOCSPChecker.java.

void com::orionsec::jpkif::CPKIFOCSPChecker::Set_Port ( int  port  )  [inline]

Definition at line 50 of file CPKIFOCSPChecker.java.

void com::orionsec::jpkif::CPKIFOCSPChecker::SetURL ( String  url  )  [inline]

Definition at line 54 of file CPKIFOCSPChecker.java.

CPKIFStringPtr com::orionsec::jpkif::CPKIFOCSPChecker::GetHost (  )  [inline]

Definition at line 58 of file CPKIFOCSPChecker.java.

CPKIFStringPtr com::orionsec::jpkif::CPKIFOCSPChecker::GetURL (  )  [inline]

Definition at line 62 of file CPKIFOCSPChecker.java.

int com::orionsec::jpkif::CPKIFOCSPChecker::GetPort (  )  [inline]

Definition at line 66 of file CPKIFOCSPChecker.java.

void com::orionsec::jpkif::CPKIFOCSPChecker::SetMultiCertRequest ( boolean  bDoMultiCertRequests  )  [inline]

Definition at line 70 of file CPKIFOCSPChecker.java.

boolean com::orionsec::jpkif::CPKIFOCSPChecker::GetMultiCertRequest (  )  [inline]

Definition at line 74 of file CPKIFOCSPChecker.java.

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

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

Definition at line 78 of file CPKIFOCSPChecker.java.

boolean com::orionsec::jpkif::CPKIFOCSPChecker::CheckStatus ( CPKIFCertificatePtr  targetCert,
CPKIFCertificatePtr  issuersCert,
SWIGTYPE_p_RevocationStatus  status,
CPKIFCertStatusPtr  certStatus 
) [inline]

boolean com::orionsec::jpkif::CPKIFOCSPChecker::CheckStatusPath ( CPKIFCertificatePath  path,
SWIGTYPE_p_RevocationStatus  status 
) [inline]

void com::orionsec::jpkif::CPKIFOCSPChecker::SetPathSettings ( CPKIFPathSettingsPtr  settings  )  [inline]

Definition at line 90 of file CPKIFOCSPChecker.java.

void com::orionsec::jpkif::CPKIFOCSPChecker::SetSigningCredential ( CPKIFCredentialPtr  cred  )  [inline]

Definition at line 94 of file CPKIFOCSPChecker.java.

CPKIFCredentialPtr com::orionsec::jpkif::CPKIFOCSPChecker::GetSigningCredential (  )  [inline]

Definition at line 98 of file CPKIFOCSPChecker.java.

void com::orionsec::jpkif::CPKIFOCSPChecker::SetResponderPublicKey ( CPKIFCertificatePtr  cert,
boolean  bRequireThisCert 
) [inline]

Definition at line 102 of file CPKIFOCSPChecker.java.

void com::orionsec::jpkif::CPKIFOCSPChecker::SetResponderPublicKey ( CPKIFCertificatePtr  cert  )  [inline]

Definition at line 106 of file CPKIFOCSPChecker.java.

CPKIFCertificatePtr com::orionsec::jpkif::CPKIFOCSPChecker::GetResponderPublicKey (  )  [inline]

Definition at line 110 of file CPKIFOCSPChecker.java.

boolean com::orionsec::jpkif::CPKIFOCSPChecker::GetRequireSpecificCert (  )  [inline]

Definition at line 114 of file CPKIFOCSPChecker.java.

void com::orionsec::jpkif::CPKIFOCSPChecker::AddNamespace ( CPKIFGeneralSubtreePtr  name  )  [inline]

Definition at line 118 of file CPKIFOCSPChecker.java.

CPKIFGeneralSubtreeList com::orionsec::jpkif::CPKIFOCSPChecker::GetNamespaces (  )  [inline]

Definition at line 122 of file CPKIFOCSPChecker.java.

void com::orionsec::jpkif::CPKIFOCSPChecker::AddIssuerNamespace ( CPKIFGeneralSubtreePtr  name  )  [inline]

Definition at line 126 of file CPKIFOCSPChecker.java.

CPKIFGeneralSubtreeList com::orionsec::jpkif::CPKIFOCSPChecker::GetIssuerNamespaces (  )  [inline]

Definition at line 130 of file CPKIFOCSPChecker.java.

void com::orionsec::jpkif::CPKIFOCSPChecker::SetGenerateNonce ( boolean  bGenerateNonce  )  [inline]

Definition at line 134 of file CPKIFOCSPChecker.java.

boolean com::orionsec::jpkif::CPKIFOCSPChecker::GetGenerateNonce (  )  [inline]

Definition at line 138 of file CPKIFOCSPChecker.java.

void com::orionsec::jpkif::CPKIFOCSPChecker::SetRequireNonceMatch ( boolean  bRequireNonceMatch  )  [inline]

Definition at line 142 of file CPKIFOCSPChecker.java.

boolean com::orionsec::jpkif::CPKIFOCSPChecker::GetRequireNonceMatch (  )  [inline]

Definition at line 146 of file CPKIFOCSPChecker.java.

boolean com::orionsec::jpkif::CPKIFOCSPChecker::ProcessOfflineResponse ( CPKIFCertificatePtr  targetCert,
CPKIFCertificatePtr  targetIssuer,
boolean  responderIsTrusted,
CPKIFBufferPtr  ocspResponse,
CPKIFCertStatusPtr  targetCertStatus 
) [inline]

void com::orionsec::jpkif::CPKIFOCSPChecker::SetCacheValidatedResponders ( boolean  b  )  [inline]

Definition at line 154 of file CPKIFOCSPChecker.java.

boolean com::orionsec::jpkif::CPKIFOCSPChecker::GetCacheValidatedResponders (  )  [inline]

Definition at line 158 of file CPKIFOCSPChecker.java.


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

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