com::orionsec::jpkif::CPKIFCryptoMediator2Ptr Class Reference

Collaboration diagram for com::orionsec::jpkif::CPKIFCryptoMediator2Ptr:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 11 of file CPKIFCryptoMediator2Ptr.java.


Public Member Functions

 CPKIFCryptoMediator2Ptr (long cPtr, boolean cMemoryOwn)
synchronized void delete ()
void reset ()
CPKIFCryptoMediator2 __deref__ ()
CPKIFCryptoMediator2 get ()
boolean unique ()
int use_count ()
void swap (CPKIFCryptoMediator2Ptr other)
SWIGTYPE_p_void _internal_get_deleter (SWIGTYPE_p_boost__detail__sp_typeinfo ti)
boolean _internal_equiv (CPKIFCryptoMediator2Ptr r)
void InitializeMediator (SWIGTYPE_p_std__vectorT_CPKIFException_p_t errorInfo)
void Terminate ()
void Initialize ()
void GetColleagues (IPKIFColleagueList v)
void AddColleague (IPKIFColleaguePtr module)
CPKIFCredentialPtr SetDefaultKey (String asciiHexKeyID, DefaultKeyType op)
CPKIFCredentialPtr GetDefaultKey (DefaultKeyType op)
void GenRandom (byte[] buf, int len)
IPKIFHashContext HashInit (HASH_ALG alg)
void HashUpdate (IPKIFHashContext hash, byte[] pData, int nDataLen)
void HashFinal (IPKIFHashContext hash, byte[] pResult, SWIGTYPE_p_int pnResultLen)
void Sign (CPKIFCredential key, byte[] pHashData, int nHashDataLen, byte[] pSignature, SWIGTYPE_p_int nSignatureLen, HASH_ALG hashAlg)
void Sign (CPKIFCredentialPtr key, byte[] pHashData, int nHashDataLen, byte[] pSignature, SWIGTYPE_p_int nSignatureLen, HASH_ALG hashAlg)
void Sign (CPKIFKeyMaterial key, byte[] pHashData, int nHashDataLen, byte[] pSignature, SWIGTYPE_p_int nSignatureLen, HASH_ALG hashAlg)
void Decrypt (CPKIFCredential key, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen)
void Decrypt (IPKIFCryptContext cryptContext, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen, boolean arg5)
void Decrypt (CPKIFCredentialPtr key, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen)
void Decrypt (CPKIFKeyMaterial key, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen, boolean pad)
void Decrypt (CPKIFKeyMaterial key, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen)
void Decrypt (IPKIFRawCryptContext cryptContext, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen, boolean arg5)
void Encrypt (CPKIFCredential key, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen)
void Encrypt (IPKIFCryptContext cryptContext, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen, boolean arg5)
void Encrypt (CPKIFCredentialPtr key, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen)
void Encrypt (CPKIFKeyMaterial key, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen, boolean pad)
void Encrypt (CPKIFKeyMaterial key, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen)
void Encrypt (IPKIFRawCryptContext cryptContext, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen, boolean arg5)
boolean Verify (CPKIFCredential key, byte[] pHashData, int nHashDataLen, byte[] pSignature, int nSignatureLen, HASH_ALG hashAlg)
boolean Verify (CPKIFCredentialPtr key, byte[] pHashData, int nHashDataLen, byte[] pSignature, int nSignatureLen, HASH_ALG hashAlg)
boolean Verify (CPKIFKeyMaterial key, byte[] pHashData, int nHashDataLen, byte[] pSignature, int nSignatureLen, HASH_ALG hashAlg)
void GetKeyList (CPKIFCredentialList v, SWIGTYPE_p_std__bitsetT_9_t ku)
void GetKeyList (CPKIFCredentialList v)
void GetKeyList (CPKIFCredentialList v, CPKIFKeyUsagePtr ku)
IPKIFCryptContext CryptInit (CPKIFCredentialPtr key, boolean pad)
IPKIFCryptContext CryptInit (CPKIFCredentialPtr key)
IPKIFRawCryptContext CryptInit (CPKIFKeyMaterial key, boolean pad)
IPKIFRawCryptContext CryptInit (CPKIFKeyMaterial key)
boolean VerifyCertificate (CPKIFCertificate issCert, CPKIFCertificate subCert)
IPKIFRawCryptContext HMACInit (CPKIFKeyMaterial key, HASH_ALG ha)
void HMACUpdate (IPKIFRawCryptContext ctx, byte[] pData, int nDataLen)
void HMACFinal (IPKIFRawCryptContext ctx, byte[] pResult, SWIGTYPE_p_int pnResultLen)
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t SecretAgree (CPKIFCredentialPtr myPrivateKey, CPKIFCertificatePtr theirCert, CPKIFAlgorithm alg)
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t SecretAgree (CPKIFCredentialPtr myPrivateKey, CPKIFBufferPtr theirPublicKey, CPKIFAlgorithm alg)
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t SecretAgree (CPKIFCredentialPtr myPrivateKey, CPKIFCredentialPtr ephemeralKeyPair, CPKIFCertificatePtr theirCert, CPKIFAlgorithm alg)
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t SecretAgree (CPKIFCredentialPtr myPrivateKey, CPKIFCredentialPtr ephemeralKeyPair, CPKIFBufferPtr theirPublicKey, CPKIFAlgorithm alg)
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t SecretAgree (CPKIFCredentialPtr myPrivateKey, CPKIFBufferPtr ephemeralPublicKey, CPKIFCertificatePtr theirCert, CPKIFAlgorithm alg)
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t SecretAgree (CPKIFCredentialPtr myPrivateKey, CPKIFBufferPtr ephemeralPublicKey, CPKIFBufferPtr theirPublicKey, CPKIFAlgorithm alg)
CPKIFKeyMaterialPtr DeriveKey (SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t context, long keyLen)
boolean SupportsAlgorithm (CPKIFKeyMaterial key)
void AddParent (IPKIFColleague parent)
void RemoveParent (IPKIFColleague parent)
boolean IsParent (IPKIFColleague arg0)
void AddMediator (IPKIFColleaguePtr m)
void RemoveMediator (IPKIFColleague arg0)
void RemoveMediatorAssociations ()
void GetMediators (IPKIFColleagueList v)

Static Public Member Functions

static long getCPtr (CPKIFCryptoMediator2Ptr obj)

Protected Member Functions

void finalize ()

Protected Attributes

boolean swigCMemOwn

Constructor & Destructor Documentation

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

Definition at line 15 of file CPKIFCryptoMediator2Ptr.java.

References swigCMemOwn.


Member Function Documentation

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

Definition at line 20 of file CPKIFCryptoMediator2Ptr.java.

References swigCPtr.

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

Definition at line 24 of file CPKIFCryptoMediator2Ptr.java.

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

Definition at line 28 of file CPKIFCryptoMediator2Ptr.java.

References swigCMemOwn.

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

Definition at line 38 of file CPKIFCryptoMediator2Ptr.java.

CPKIFCryptoMediator2 com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::__deref__ (  )  [inline]

Definition at line 42 of file CPKIFCryptoMediator2Ptr.java.

CPKIFCryptoMediator2 com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::get (  )  [inline]

Definition at line 47 of file CPKIFCryptoMediator2Ptr.java.

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

Definition at line 52 of file CPKIFCryptoMediator2Ptr.java.

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

Definition at line 56 of file CPKIFCryptoMediator2Ptr.java.

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

Definition at line 60 of file CPKIFCryptoMediator2Ptr.java.

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

Definition at line 64 of file CPKIFCryptoMediator2Ptr.java.

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

Definition at line 69 of file CPKIFCryptoMediator2Ptr.java.

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

Definition at line 73 of file CPKIFCryptoMediator2Ptr.java.

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

Definition at line 77 of file CPKIFCryptoMediator2Ptr.java.

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

Definition at line 81 of file CPKIFCryptoMediator2Ptr.java.

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

Definition at line 85 of file CPKIFCryptoMediator2Ptr.java.

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

Definition at line 89 of file CPKIFCryptoMediator2Ptr.java.

CPKIFCredentialPtr com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SetDefaultKey ( String  asciiHexKeyID,
DefaultKeyType  op 
) [inline]

CPKIFCredentialPtr com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::GetDefaultKey ( DefaultKeyType  op  )  [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::GenRandom ( byte[]  buf,
int  len 
) [inline]

Definition at line 101 of file CPKIFCryptoMediator2Ptr.java.

IPKIFHashContext com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::HashInit ( HASH_ALG  alg  )  [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::HashUpdate ( IPKIFHashContext  hash,
byte[]  pData,
int  nDataLen 
) [inline]

Definition at line 110 of file CPKIFCryptoMediator2Ptr.java.

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::HashFinal ( IPKIFHashContext  hash,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Sign ( CPKIFCredential  key,
byte[]  pHashData,
int  nHashDataLen,
byte[]  pSignature,
SWIGTYPE_p_int  nSignatureLen,
HASH_ALG  hashAlg 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Sign ( CPKIFCredentialPtr  key,
byte[]  pHashData,
int  nHashDataLen,
byte[]  pSignature,
SWIGTYPE_p_int  nSignatureLen,
HASH_ALG  hashAlg 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Sign ( CPKIFKeyMaterial  key,
byte[]  pHashData,
int  nHashDataLen,
byte[]  pSignature,
SWIGTYPE_p_int  nSignatureLen,
HASH_ALG  hashAlg 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt ( CPKIFCredential  key,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt ( IPKIFCryptContext  cryptContext,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen,
boolean  arg5 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt ( CPKIFCredentialPtr  key,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt ( CPKIFKeyMaterial  key,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen,
boolean  pad 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt ( CPKIFKeyMaterial  key,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt ( IPKIFRawCryptContext  cryptContext,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen,
boolean  arg5 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt ( CPKIFCredential  key,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt ( IPKIFCryptContext  cryptContext,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen,
boolean  arg5 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt ( CPKIFCredentialPtr  key,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt ( CPKIFKeyMaterial  key,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen,
boolean  pad 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt ( CPKIFKeyMaterial  key,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt ( IPKIFRawCryptContext  cryptContext,
byte[]  pData,
int  nDataLen,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen,
boolean  arg5 
) [inline]

boolean com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Verify ( CPKIFCredential  key,
byte[]  pHashData,
int  nHashDataLen,
byte[]  pSignature,
int  nSignatureLen,
HASH_ALG  hashAlg 
) [inline]

boolean com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Verify ( CPKIFCredentialPtr  key,
byte[]  pHashData,
int  nHashDataLen,
byte[]  pSignature,
int  nSignatureLen,
HASH_ALG  hashAlg 
) [inline]

boolean com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Verify ( CPKIFKeyMaterial  key,
byte[]  pHashData,
int  nHashDataLen,
byte[]  pSignature,
int  nSignatureLen,
HASH_ALG  hashAlg 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::GetKeyList ( CPKIFCredentialList  v,
SWIGTYPE_p_std__bitsetT_9_t  ku 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::GetKeyList ( CPKIFCredentialList  v  )  [inline]

Definition at line 194 of file CPKIFCryptoMediator2Ptr.java.

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::GetKeyList ( CPKIFCredentialList  v,
CPKIFKeyUsagePtr  ku 
) [inline]

IPKIFCryptContext com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::CryptInit ( CPKIFCredentialPtr  key,
boolean  pad 
) [inline]

Definition at line 202 of file CPKIFCryptoMediator2Ptr.java.

IPKIFCryptContext com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::CryptInit ( CPKIFCredentialPtr  key  )  [inline]

Definition at line 207 of file CPKIFCryptoMediator2Ptr.java.

IPKIFRawCryptContext com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::CryptInit ( CPKIFKeyMaterial  key,
boolean  pad 
) [inline]

Definition at line 212 of file CPKIFCryptoMediator2Ptr.java.

IPKIFRawCryptContext com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::CryptInit ( CPKIFKeyMaterial  key  )  [inline]

Definition at line 217 of file CPKIFCryptoMediator2Ptr.java.

boolean com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::VerifyCertificate ( CPKIFCertificate  issCert,
CPKIFCertificate  subCert 
) [inline]

IPKIFRawCryptContext com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::HMACInit ( CPKIFKeyMaterial  key,
HASH_ALG  ha 
) [inline]

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::HMACUpdate ( IPKIFRawCryptContext  ctx,
byte[]  pData,
int  nDataLen 
) [inline]

Definition at line 231 of file CPKIFCryptoMediator2Ptr.java.

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::HMACFinal ( IPKIFRawCryptContext  ctx,
byte[]  pResult,
SWIGTYPE_p_int  pnResultLen 
) [inline]

SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree ( CPKIFCredentialPtr  myPrivateKey,
CPKIFCertificatePtr  theirCert,
CPKIFAlgorithm  alg 
) [inline]

SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree ( CPKIFCredentialPtr  myPrivateKey,
CPKIFBufferPtr  theirPublicKey,
CPKIFAlgorithm  alg 
) [inline]

SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree ( CPKIFCredentialPtr  myPrivateKey,
CPKIFCredentialPtr  ephemeralKeyPair,
CPKIFCertificatePtr  theirCert,
CPKIFAlgorithm  alg 
) [inline]

SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree ( CPKIFCredentialPtr  myPrivateKey,
CPKIFCredentialPtr  ephemeralKeyPair,
CPKIFBufferPtr  theirPublicKey,
CPKIFAlgorithm  alg 
) [inline]

SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree ( CPKIFCredentialPtr  myPrivateKey,
CPKIFBufferPtr  ephemeralPublicKey,
CPKIFCertificatePtr  theirCert,
CPKIFAlgorithm  alg 
) [inline]

SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree ( CPKIFCredentialPtr  myPrivateKey,
CPKIFBufferPtr  ephemeralPublicKey,
CPKIFBufferPtr  theirPublicKey,
CPKIFAlgorithm  alg 
) [inline]

CPKIFKeyMaterialPtr com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::DeriveKey ( SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t  context,
long  keyLen 
) [inline]

Definition at line 263 of file CPKIFCryptoMediator2Ptr.java.

boolean com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SupportsAlgorithm ( CPKIFKeyMaterial  key  )  [inline]

Definition at line 267 of file CPKIFCryptoMediator2Ptr.java.

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::AddParent ( IPKIFColleague  parent  )  [inline]

Definition at line 271 of file CPKIFCryptoMediator2Ptr.java.

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::RemoveParent ( IPKIFColleague  parent  )  [inline]

Definition at line 275 of file CPKIFCryptoMediator2Ptr.java.

boolean com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::IsParent ( IPKIFColleague  arg0  )  [inline]

Definition at line 279 of file CPKIFCryptoMediator2Ptr.java.

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::AddMediator ( IPKIFColleaguePtr  m  )  [inline]

Definition at line 283 of file CPKIFCryptoMediator2Ptr.java.

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::RemoveMediator ( IPKIFColleague  arg0  )  [inline]

Definition at line 287 of file CPKIFCryptoMediator2Ptr.java.

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::RemoveMediatorAssociations (  )  [inline]

Definition at line 291 of file CPKIFCryptoMediator2Ptr.java.

void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::GetMediators ( IPKIFColleagueList  v  )  [inline]

Definition at line 295 of file CPKIFCryptoMediator2Ptr.java.


Member Data Documentation

Definition at line 13 of file CPKIFCryptoMediator2Ptr.java.

Referenced by CPKIFCryptoMediator2Ptr(), and delete().


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

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