com::orionsec::jpkif::CPKIFCertificatePtr Class Reference

Collaboration diagram for com::orionsec::jpkif::CPKIFCertificatePtr:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 11 of file CPKIFCertificatePtr.java.


Public Member Functions

 CPKIFCertificatePtr (long cPtr, boolean cMemoryOwn)
synchronized void delete ()
void reset ()
CPKIFCertificate __deref__ ()
CPKIFCertificate get ()
boolean unique ()
int use_count ()
void swap (CPKIFCertificatePtr other)
SWIGTYPE_p_void _internal_get_deleter (SWIGTYPE_p_boost__detail__sp_typeinfo ti)
boolean _internal_equiv (CPKIFCertificatePtr r)
void Decode (byte[] cert, int certLen)
CPKIFBufferPtr Encoded ()
int Version ()
String SerialNumber ()
CPKIFAlgorithmIdentifierPtr TBSSignatureAlgorithm ()
CPKIFNamePtr Issuer ()
CPKIFValidityPtr Validity ()
CPKIFNamePtr Subject ()
CPKIFSubjectPublicKeyInfoPtr SubjectPublicKeyInfo ()
CPKIFAlgorithmIdentifierPtr SignatureAlgorithm ()
CPKIFBufferPtr Signature ()
boolean IsSelfIssued ()
boolean IsSelfSigned ()
void GetExtensionByOID (CPKIFOID oid, CPKIFX509ExtensionPtr ref)
void GetEncodedExtensions (CPKIFBufferPtr buf)
boolean AreThereAnyUnprocessedCriticalExtensions (SWIGTYPE_p_std__vectorT_boost__shared_ptrT_CPKIFX509Extension_t_t processedExts)
CPKIFNamePtr GetSubjectName ()
CPKIFNamePtr GetIssuerName ()
CPKIFBufferPtr GetKey ()
CPKIFSubjectPublicKeyInfoPtr GetSubjectPublicKeyInfo ()
void GetExtensions (IPKIFParseExtensions m, SWIGTYPE_p_std__vectorT_boost__shared_ptrT_CPKIFX509Extension_t_t exts)

Static Public Member Functions

static long getCPtr (CPKIFCertificatePtr obj)

Protected Member Functions

void finalize ()

Protected Attributes

boolean swigCMemOwn

Constructor & Destructor Documentation

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

Definition at line 15 of file CPKIFCertificatePtr.java.

References swigCMemOwn.


Member Function Documentation

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

Definition at line 20 of file CPKIFCertificatePtr.java.

References swigCPtr.

Referenced by com::orionsec::jpkif::CPKIFEnvelopedData::AddRecipient(), com::orionsec::jpkif::CPKIFCRLPtr::CertOnThisCRL(), com::orionsec::jpkif::CPKIFCRL::CertOnThisCRL(), com::orionsec::jpkif::IPKIFRevocationStatus::CheckStatus(), com::orionsec::jpkif::CPKIFX509CRLCheckerPtr::CheckStatus(), com::orionsec::jpkif::CPKIFX509CRLChecker::CheckStatus(), com::orionsec::jpkif::CPKIFRevocationStatusMediator2Ptr::CheckStatus(), com::orionsec::jpkif::CPKIFRevocationStatusMediator2::CheckStatus(), com::orionsec::jpkif::CPKIFOCSPCheckerPtr::CheckStatus(), com::orionsec::jpkif::CPKIFOCSPChecker::CheckStatus(), com::orionsec::jpkif::SimpleCertCachePtr::GetCertificates(), com::orionsec::jpkif::SimpleCertCache::GetCertificates(), com::orionsec::jpkif::IPKIFCertRepository::GetCertificates(), com::orionsec::jpkif::CPKIFLDAPRepositoryPtr::GetCertificates(), com::orionsec::jpkif::CPKIFLDAPRepository::GetCertificates(), com::orionsec::jpkif::CPKIFCacheMediator2Ptr::GetCertificates(), com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificates(), com::orionsec::jpkif::IPKIFSupportsSynonymousCertSources::GetCertificateSources(), com::orionsec::jpkif::CPKIFLDAPRepositoryPtr::GetCertificateSources(), com::orionsec::jpkif::CPKIFLDAPRepository::GetCertificateSources(), com::orionsec::jpkif::CPKIFCacheMediator2Ptr::GetCertificateSources(), com::orionsec::jpkif::CPKIFCacheMediator2::GetCertificateSources(), com::orionsec::jpkif::SimpleCRLCachePtr::GetCRLs(), com::orionsec::jpkif::SimpleCRLCache::GetCRLs(), com::orionsec::jpkif::IPKIFSynonymousSourceStore::GetCRLs(), com::orionsec::jpkif::IPKIFCRLRepository::GetCRLs(), com::orionsec::jpkif::CPKIFNSSRepositoryPtr::GetCRLs(), com::orionsec::jpkif::CPKIFNSSRepository::GetCRLs(), com::orionsec::jpkif::CPKIFLDAPRepositoryPtr::GetCRLs(), com::orionsec::jpkif::CPKIFLDAPRepository::GetCRLs(), com::orionsec::jpkif::CPKIFCRLDPRetrievalPtr::GetCRLs(), com::orionsec::jpkif::CPKIFCRLDPRetrieval::GetCRLs(), com::orionsec::jpkif::CPKIFCacheMediator2Ptr::GetCRLs(), com::orionsec::jpkif::CPKIFCacheMediator2::GetCRLs(), com::orionsec::jpkif::IPKIFSupportsSynonymousCRLSources::GetCRLSources(), com::orionsec::jpkif::CPKIFLDAPRepositoryPtr::GetCRLSources(), com::orionsec::jpkif::CPKIFLDAPRepository::GetCRLSources(), com::orionsec::jpkif::CPKIFCRLDPRetrievalPtr::GetCRLSources(), com::orionsec::jpkif::CPKIFCRLDPRetrieval::GetCRLSources(), com::orionsec::jpkif::CPKIFOCSPCheckerPtr::ProcessOfflineResponse(), com::orionsec::jpkif::CPKIFOCSPChecker::ProcessOfflineResponse(), com::orionsec::jpkif::CPKIFDefaultScoring::ScoreAndSortNodes(), com::orionsec::jpkif::CPKIFCryptoPPPtr::SecretAgree(), com::orionsec::jpkif::CPKIFCryptoPP::SecretAgree(), com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree(), and com::orionsec::jpkif::CPKIFCryptoMediator2::SecretAgree().

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

Definition at line 24 of file CPKIFCertificatePtr.java.

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

Definition at line 28 of file CPKIFCertificatePtr.java.

References swigCMemOwn.

void com::orionsec::jpkif::CPKIFCertificatePtr::reset ( void   )  [inline]

Definition at line 38 of file CPKIFCertificatePtr.java.

CPKIFCertificate com::orionsec::jpkif::CPKIFCertificatePtr::__deref__ (  )  [inline]

Definition at line 42 of file CPKIFCertificatePtr.java.

CPKIFCertificate com::orionsec::jpkif::CPKIFCertificatePtr::get (  )  [inline]

Definition at line 47 of file CPKIFCertificatePtr.java.

boolean com::orionsec::jpkif::CPKIFCertificatePtr::unique (  )  [inline]

Definition at line 52 of file CPKIFCertificatePtr.java.

int com::orionsec::jpkif::CPKIFCertificatePtr::use_count (  )  [inline]

Definition at line 56 of file CPKIFCertificatePtr.java.

void com::orionsec::jpkif::CPKIFCertificatePtr::swap ( CPKIFCertificatePtr  other  )  [inline]

Definition at line 60 of file CPKIFCertificatePtr.java.

SWIGTYPE_p_void com::orionsec::jpkif::CPKIFCertificatePtr::_internal_get_deleter ( SWIGTYPE_p_boost__detail__sp_typeinfo  ti  )  [inline]

Definition at line 64 of file CPKIFCertificatePtr.java.

boolean com::orionsec::jpkif::CPKIFCertificatePtr::_internal_equiv ( CPKIFCertificatePtr  r  )  [inline]

Definition at line 69 of file CPKIFCertificatePtr.java.

void com::orionsec::jpkif::CPKIFCertificatePtr::Decode ( byte[]  cert,
int  certLen 
) [inline]

Definition at line 73 of file CPKIFCertificatePtr.java.

CPKIFBufferPtr com::orionsec::jpkif::CPKIFCertificatePtr::Encoded ( void   )  [inline]

Definition at line 77 of file CPKIFCertificatePtr.java.

int com::orionsec::jpkif::CPKIFCertificatePtr::Version (  )  [inline]

Definition at line 81 of file CPKIFCertificatePtr.java.

String com::orionsec::jpkif::CPKIFCertificatePtr::SerialNumber (  )  [inline]

Definition at line 85 of file CPKIFCertificatePtr.java.

CPKIFAlgorithmIdentifierPtr com::orionsec::jpkif::CPKIFCertificatePtr::TBSSignatureAlgorithm (  )  [inline]

Definition at line 89 of file CPKIFCertificatePtr.java.

CPKIFNamePtr com::orionsec::jpkif::CPKIFCertificatePtr::Issuer (  )  [inline]

Definition at line 93 of file CPKIFCertificatePtr.java.

CPKIFValidityPtr com::orionsec::jpkif::CPKIFCertificatePtr::Validity (  )  [inline]

Definition at line 97 of file CPKIFCertificatePtr.java.

CPKIFNamePtr com::orionsec::jpkif::CPKIFCertificatePtr::Subject (  )  [inline]

Definition at line 101 of file CPKIFCertificatePtr.java.

CPKIFSubjectPublicKeyInfoPtr com::orionsec::jpkif::CPKIFCertificatePtr::SubjectPublicKeyInfo (  )  [inline]

Definition at line 105 of file CPKIFCertificatePtr.java.

CPKIFAlgorithmIdentifierPtr com::orionsec::jpkif::CPKIFCertificatePtr::SignatureAlgorithm (  )  [inline]

Definition at line 109 of file CPKIFCertificatePtr.java.

CPKIFBufferPtr com::orionsec::jpkif::CPKIFCertificatePtr::Signature (  )  [inline]

Definition at line 113 of file CPKIFCertificatePtr.java.

boolean com::orionsec::jpkif::CPKIFCertificatePtr::IsSelfIssued (  )  [inline]

Definition at line 117 of file CPKIFCertificatePtr.java.

boolean com::orionsec::jpkif::CPKIFCertificatePtr::IsSelfSigned (  )  [inline]

Definition at line 121 of file CPKIFCertificatePtr.java.

void com::orionsec::jpkif::CPKIFCertificatePtr::GetExtensionByOID ( CPKIFOID  oid,
CPKIFX509ExtensionPtr  ref 
) [inline]

void com::orionsec::jpkif::CPKIFCertificatePtr::GetEncodedExtensions ( CPKIFBufferPtr  buf  )  [inline]

Definition at line 129 of file CPKIFCertificatePtr.java.

boolean com::orionsec::jpkif::CPKIFCertificatePtr::AreThereAnyUnprocessedCriticalExtensions ( SWIGTYPE_p_std__vectorT_boost__shared_ptrT_CPKIFX509Extension_t_t  processedExts  )  [inline]

Definition at line 133 of file CPKIFCertificatePtr.java.

CPKIFNamePtr com::orionsec::jpkif::CPKIFCertificatePtr::GetSubjectName (  )  [inline]

Definition at line 137 of file CPKIFCertificatePtr.java.

CPKIFNamePtr com::orionsec::jpkif::CPKIFCertificatePtr::GetIssuerName (  )  [inline]

Definition at line 141 of file CPKIFCertificatePtr.java.

CPKIFBufferPtr com::orionsec::jpkif::CPKIFCertificatePtr::GetKey (  )  [inline]

Definition at line 145 of file CPKIFCertificatePtr.java.

CPKIFSubjectPublicKeyInfoPtr com::orionsec::jpkif::CPKIFCertificatePtr::GetSubjectPublicKeyInfo (  )  [inline]

Definition at line 149 of file CPKIFCertificatePtr.java.

void com::orionsec::jpkif::CPKIFCertificatePtr::GetExtensions ( IPKIFParseExtensions  m,
SWIGTYPE_p_std__vectorT_boost__shared_ptrT_CPKIFX509Extension_t_t  exts 
) [inline]


Member Data Documentation

Definition at line 13 of file CPKIFCertificatePtr.java.

Referenced by CPKIFCertificatePtr(), and delete().


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

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