Definition at line 11 of file CPKIFCryptoPPPtr.java.
com::orionsec::jpkif::CPKIFCryptoPPPtr::CPKIFCryptoPPPtr | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
static long com::orionsec::jpkif::CPKIFCryptoPPPtr::getCPtr | ( | CPKIFCryptoPPPtr | obj | ) | [inline, static] |
void com::orionsec::jpkif::CPKIFCryptoPPPtr::finalize | ( | ) | [inline, protected] |
Definition at line 24 of file CPKIFCryptoPPPtr.java.
synchronized void com::orionsec::jpkif::CPKIFCryptoPPPtr::delete | ( | ) | [inline] |
void com::orionsec::jpkif::CPKIFCryptoPPPtr::reset | ( | void | ) | [inline] |
Definition at line 38 of file CPKIFCryptoPPPtr.java.
CPKIFCryptoPP com::orionsec::jpkif::CPKIFCryptoPPPtr::__deref__ | ( | ) | [inline] |
Definition at line 42 of file CPKIFCryptoPPPtr.java.
CPKIFCryptoPP com::orionsec::jpkif::CPKIFCryptoPPPtr::get | ( | ) | [inline] |
Definition at line 47 of file CPKIFCryptoPPPtr.java.
boolean com::orionsec::jpkif::CPKIFCryptoPPPtr::unique | ( | ) | [inline] |
Definition at line 52 of file CPKIFCryptoPPPtr.java.
int com::orionsec::jpkif::CPKIFCryptoPPPtr::use_count | ( | ) | [inline] |
Definition at line 56 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::swap | ( | CPKIFCryptoPPPtr | other | ) | [inline] |
Definition at line 60 of file CPKIFCryptoPPPtr.java.
SWIGTYPE_p_void com::orionsec::jpkif::CPKIFCryptoPPPtr::_internal_get_deleter | ( | SWIGTYPE_p_boost__detail__sp_typeinfo | ti | ) | [inline] |
Definition at line 64 of file CPKIFCryptoPPPtr.java.
boolean com::orionsec::jpkif::CPKIFCryptoPPPtr::_internal_equiv | ( | CPKIFCryptoPPPtr | r | ) | [inline] |
Definition at line 69 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::Initialize | ( | void | ) | [inline] |
Definition at line 73 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::GetKeyList | ( | CPKIFCredentialList | v, | |
SWIGTYPE_p_std__bitsetT_9_t | arg1 | |||
) | [inline] |
Definition at line 77 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::CPKIFCredentialList::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoPPPtr::GetKeyList | ( | CPKIFCredentialList | v | ) | [inline] |
Definition at line 81 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::GetKeyList | ( | CPKIFCredentialList | v, | |
CPKIFKeyUsagePtr | ku | |||
) | [inline] |
Definition at line 85 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::CPKIFCredentialList::getCPtr().
boolean com::orionsec::jpkif::CPKIFCryptoPPPtr::OwnsKey | ( | CPKIFCredential | keyID | ) | [inline] |
Definition at line 89 of file CPKIFCryptoPPPtr.java.
CPKIFCredentialPtr com::orionsec::jpkif::CPKIFCryptoPPPtr::MakeKeyID | ( | String | asciiHexKeyID | ) | [inline] |
Definition at line 93 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::Sign | ( | CPKIFCredential | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
SWIGTYPE_p_int | nSignatureLen, | |||
HASH_ALG | ha | |||
) | [inline] |
Definition at line 97 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr(), and com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::Decrypt | ( | CPKIFCredential | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 101 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoPPPtr::Decrypt | ( | IPKIFCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 105 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::IPKIFCryptContext::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoPPPtr::Encrypt | ( | CPKIFCredential | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 109 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr().
void com::orionsec::jpkif::CPKIFCryptoPPPtr::Encrypt | ( | IPKIFCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 113 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::IPKIFCryptContext::getCPtr().
boolean com::orionsec::jpkif::CPKIFCryptoPPPtr::Verify | ( | CPKIFCredential | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
int | nSignatureLen, | |||
HASH_ALG | ha | |||
) | [inline] |
Definition at line 117 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
IPKIFCryptContext com::orionsec::jpkif::CPKIFCryptoPPPtr::CryptInit | ( | CPKIFCredentialPtr | key, | |
boolean | pad | |||
) | [inline] |
Definition at line 121 of file CPKIFCryptoPPPtr.java.
IPKIFCryptContext com::orionsec::jpkif::CPKIFCryptoPPPtr::CryptInit | ( | CPKIFCredentialPtr | key | ) | [inline] |
Definition at line 126 of file CPKIFCryptoPPPtr.java.
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoPPPtr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFCertificatePtr | theirCert, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 131 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::CPKIFCertificatePtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoPPPtr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFBufferPtr | theirPublicKey, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 135 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::CPKIFBufferPtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoPPPtr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFCredentialPtr | ephemeralKeyPair, | |||
CPKIFCertificatePtr | theirCert, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 139 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::CPKIFCertificatePtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoPPPtr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFCredentialPtr | ephemeralKeyPair, | |||
CPKIFBufferPtr | theirPublicKey, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 143 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::CPKIFBufferPtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoPPPtr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFBufferPtr | ephemeralPublicKey, | |||
CPKIFCertificatePtr | theirCert, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 147 of file CPKIFCryptoPPPtr.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::CPKIFCryptoPPPtr::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
CPKIFBufferPtr | ephemeralPublicKey, | |||
CPKIFBufferPtr | theirPublicKey, | |||
CPKIFAlgorithm | alg | |||
) | [inline] |
Definition at line 151 of file CPKIFCryptoPPPtr.java.
References com::orionsec::jpkif::CPKIFBufferPtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
CPKIFKeyMaterialPtr com::orionsec::jpkif::CPKIFCryptoPPPtr::DeriveKey | ( | SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t | context, | |
long | keyLen | |||
) | [inline] |
Definition at line 155 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::AddParent | ( | IPKIFColleague | parent | ) | [inline] |
Definition at line 159 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::RemoveParent | ( | IPKIFColleague | parent | ) | [inline] |
Definition at line 163 of file CPKIFCryptoPPPtr.java.
boolean com::orionsec::jpkif::CPKIFCryptoPPPtr::IsParent | ( | IPKIFColleague | arg0 | ) | [inline] |
Definition at line 167 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::InitializeMediator | ( | SWIGTYPE_p_std__vectorT_CPKIFException_p_t | errorInfo | ) | [inline] |
Definition at line 171 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::InitializeMediator | ( | ) | [inline] |
Definition at line 175 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::Terminate | ( | ) | [inline] |
Definition at line 179 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::AddMediator | ( | IPKIFColleaguePtr | m | ) | [inline] |
Definition at line 183 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::RemoveMediator | ( | IPKIFColleague | arg0 | ) | [inline] |
Definition at line 187 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::RemoveMediatorAssociations | ( | ) | [inline] |
Definition at line 191 of file CPKIFCryptoPPPtr.java.
void com::orionsec::jpkif::CPKIFCryptoPPPtr::GetMediators | ( | IPKIFColleagueList | v | ) | [inline] |
Definition at line 195 of file CPKIFCryptoPPPtr.java.
boolean com::orionsec::jpkif::CPKIFCryptoPPPtr::swigCMemOwn [protected] |
Definition at line 13 of file CPKIFCryptoPPPtr.java.
Referenced by CPKIFCryptoPPPtr(), and delete().