Definition at line 11 of file CPKIFCryptoMediator2Ptr.java.
com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::CPKIFCryptoMediator2Ptr | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
static long com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::getCPtr | ( | CPKIFCryptoMediator2Ptr | obj | ) | [inline, static] |
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::finalize | ( | ) | [inline, protected] |
Definition at line 24 of file CPKIFCryptoMediator2Ptr.java.
synchronized void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::delete | ( | ) | [inline] |
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] |
Definition at line 93 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::DefaultKeyType::swigValue.
CPKIFCredentialPtr com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::GetDefaultKey | ( | DefaultKeyType | op | ) | [inline] |
Definition at line 97 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::DefaultKeyType::swigValue.
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] |
Definition at line 105 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
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] |
Definition at line 114 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::IPKIFHashContext::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Sign | ( | CPKIFCredential | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
SWIGTYPE_p_int | nSignatureLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 118 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr(), and com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Sign | ( | CPKIFCredentialPtr | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
SWIGTYPE_p_int | nSignatureLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 122 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr(), and com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Sign | ( | CPKIFKeyMaterial | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
SWIGTYPE_p_int | nSignatureLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 126 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr(), and com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt | ( | CPKIFCredential | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 130 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt | ( | IPKIFCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 134 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::IPKIFCryptContext::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt | ( | CPKIFCredentialPtr | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 138 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | pad | |||
) | [inline] |
Definition at line 142 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 146 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Decrypt | ( | IPKIFRawCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 150 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::IPKIFRawCryptContext::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt | ( | CPKIFCredential | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 154 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt | ( | IPKIFCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 158 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::IPKIFCryptContext::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt | ( | CPKIFCredentialPtr | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 162 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | pad | |||
) | [inline] |
Definition at line 166 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 170 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Encrypt | ( | IPKIFRawCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 174 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::IPKIFRawCryptContext::getCPtr().
boolean com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Verify | ( | CPKIFCredential | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
int | nSignatureLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 178 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
boolean com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Verify | ( | CPKIFCredentialPtr | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
int | nSignatureLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 182 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
boolean com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::Verify | ( | CPKIFKeyMaterial | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
int | nSignatureLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 186 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::GetKeyList | ( | CPKIFCredentialList | v, | |
SWIGTYPE_p_std__bitsetT_9_t | ku | |||
) | [inline] |
Definition at line 190 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCredentialList::getCPtr().
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] |
Definition at line 198 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCredentialList::getCPtr().
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] |
Definition at line 222 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCertificate::getCPtr().
IPKIFRawCryptContext com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::HMACInit | ( | CPKIFKeyMaterial | key, | |
HASH_ALG | ha | |||
) | [inline] |
Definition at line 226 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
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] |
Definition at line 235 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::IPKIFRawCryptContext::getCPtr().
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFCertificatePtr | theirCert, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 239 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCertificatePtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFBufferPtr | theirPublicKey, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 243 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFBufferPtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFCredentialPtr | ephemeralKeyPair, | |||
CPKIFCertificatePtr | theirCert, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 247 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCertificatePtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFCredentialPtr | ephemeralKeyPair, | |||
CPKIFBufferPtr | theirPublicKey, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 251 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFBufferPtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFBufferPtr | ephemeralPublicKey, | |||
CPKIFCertificatePtr | theirCert, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 255 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFCertificatePtr::getCPtr(), com::orionsec::jpkif::CPKIFBufferPtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFBufferPtr | ephemeralPublicKey, | |||
CPKIFBufferPtr | theirPublicKey, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 259 of file CPKIFCryptoMediator2Ptr.java.
References com::orionsec::jpkif::CPKIFBufferPtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
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.
boolean com::orionsec::jpkif::CPKIFCryptoMediator2Ptr::swigCMemOwn [protected] |
Definition at line 13 of file CPKIFCryptoMediator2Ptr.java.
Referenced by CPKIFCryptoMediator2Ptr(), and delete().