

Definition at line 11 of file CPKIFCryptoPP.java.
| com::orionsec::jpkif::CPKIFCryptoPP::CPKIFCryptoPP | ( | long | cPtr, | |
| boolean | cMemoryOwn | |||
| ) | [inline] |
Definition at line 14 of file CPKIFCryptoPP.java.
| com::orionsec::jpkif::CPKIFCryptoPP::CPKIFCryptoPP | ( | ) | [inline] |
Definition at line 38 of file CPKIFCryptoPP.java.
| static long com::orionsec::jpkif::CPKIFCryptoPP::getCPtr | ( | CPKIFCryptoPP | obj | ) | [inline, static] |
| void com::orionsec::jpkif::CPKIFCryptoPP::finalize | ( | ) | [inline, protected] |
Reimplemented from com::orionsec::jpkif::IPKIFColleague.
Definition at line 23 of file CPKIFCryptoPP.java.
| synchronized void com::orionsec::jpkif::CPKIFCryptoPP::delete | ( | ) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFColleague.
Definition at line 27 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::IPKIFColleague::swigCMemOwn.
| void com::orionsec::jpkif::CPKIFCryptoPP::Initialize | ( | void | ) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFColleague.
Definition at line 42 of file CPKIFCryptoPP.java.
| void com::orionsec::jpkif::CPKIFCryptoPP::GetKeyList | ( | CPKIFCredentialList | v, | |
| SWIGTYPE_p_std__bitsetT_9_t | arg1 | |||
| ) | [inline] |
Definition at line 46 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::CPKIFCredentialList::getCPtr().
| void com::orionsec::jpkif::CPKIFCryptoPP::GetKeyList | ( | CPKIFCredentialList | v | ) | [inline] |
Definition at line 50 of file CPKIFCryptoPP.java.
| void com::orionsec::jpkif::CPKIFCryptoPP::GetKeyList | ( | CPKIFCredentialList | v, | |
| CPKIFKeyUsagePtr | ku | |||
| ) | [inline] |
Definition at line 54 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::CPKIFCredentialList::getCPtr().
| boolean com::orionsec::jpkif::CPKIFCryptoPP::OwnsKey | ( | CPKIFCredential | keyID | ) | [inline] |
Definition at line 58 of file CPKIFCryptoPP.java.
| CPKIFCredentialPtr com::orionsec::jpkif::CPKIFCryptoPP::MakeKeyID | ( | String | asciiHexKeyID | ) | [inline] |
Definition at line 62 of file CPKIFCryptoPP.java.
| void com::orionsec::jpkif::CPKIFCryptoPP::Sign | ( | CPKIFCredential | key, | |
| byte[] | pHashData, | |||
| int | nHashDataLen, | |||
| byte[] | pSignature, | |||
| SWIGTYPE_p_int | nSignatureLen, | |||
| HASH_ALG | ha | |||
| ) | [inline] |
Definition at line 66 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr(), and com::orionsec::jpkif::HASH_ALG::swigValue.
| void com::orionsec::jpkif::CPKIFCryptoPP::Decrypt | ( | CPKIFCredential | key, | |
| byte[] | pData, | |||
| int | nDataLen, | |||
| byte[] | pResult, | |||
| SWIGTYPE_p_int | pnResultLen | |||
| ) | [inline] |
Definition at line 70 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr().
| void com::orionsec::jpkif::CPKIFCryptoPP::Encrypt | ( | CPKIFCredential | key, | |
| byte[] | pData, | |||
| int | nDataLen, | |||
| byte[] | pResult, | |||
| SWIGTYPE_p_int | pnResultLen | |||
| ) | [inline] |
Definition at line 74 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::CPKIFCredential::getCPtr().
| boolean com::orionsec::jpkif::CPKIFCryptoPP::Verify | ( | CPKIFCredential | key, | |
| byte[] | pHashData, | |||
| int | nHashDataLen, | |||
| byte[] | pSignature, | |||
| int | nSignatureLen, | |||
| HASH_ALG | ha | |||
| ) | [inline] |
Definition at line 78 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
| IPKIFCryptContext com::orionsec::jpkif::CPKIFCryptoPP::CryptInit | ( | CPKIFCredentialPtr | key, | |
| boolean | pad | |||
| ) | [inline] |
Definition at line 82 of file CPKIFCryptoPP.java.
| IPKIFCryptContext com::orionsec::jpkif::CPKIFCryptoPP::CryptInit | ( | CPKIFCredentialPtr | key | ) | [inline] |
Definition at line 87 of file CPKIFCryptoPP.java.
| void com::orionsec::jpkif::CPKIFCryptoPP::Decrypt | ( | IPKIFCryptContext | cryptContext, | |
| byte[] | pData, | |||
| int | nDataLen, | |||
| byte[] | pResult, | |||
| SWIGTYPE_p_int | pnResultLen, | |||
| boolean | arg5 | |||
| ) | [inline] |
Definition at line 92 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::IPKIFCryptContext::getCPtr().
| void com::orionsec::jpkif::CPKIFCryptoPP::Encrypt | ( | IPKIFCryptContext | cryptContext, | |
| byte[] | pData, | |||
| int | nDataLen, | |||
| byte[] | pResult, | |||
| SWIGTYPE_p_int | pnResultLen, | |||
| boolean | arg5 | |||
| ) | [inline] |
Definition at line 96 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::IPKIFCryptContext::getCPtr().
| SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoPP::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
| CPKIFCertificatePtr | theirCert, | |||
| CPKIFAlgorithm | alg | |||
| ) | [inline] |
Definition at line 100 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::CPKIFCertificatePtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
| SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoPP::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
| CPKIFBufferPtr | theirPublicKey, | |||
| CPKIFAlgorithm | alg | |||
| ) | [inline] |
Definition at line 104 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::CPKIFBufferPtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
| SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoPP::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
| CPKIFCredentialPtr | ephemeralKeyPair, | |||
| CPKIFCertificatePtr | theirCert, | |||
| CPKIFAlgorithm | alg | |||
| ) | [inline] |
Definition at line 108 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::CPKIFCertificatePtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
| SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoPP::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
| CPKIFCredentialPtr | ephemeralKeyPair, | |||
| CPKIFBufferPtr | theirPublicKey, | |||
| CPKIFAlgorithm | alg | |||
| ) | [inline] |
Definition at line 112 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::CPKIFBufferPtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
| SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t com::orionsec::jpkif::CPKIFCryptoPP::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
| CPKIFBufferPtr | ephemeralPublicKey, | |||
| CPKIFCertificatePtr | theirCert, | |||
| CPKIFAlgorithm | alg | |||
| ) | [inline] |
Definition at line 116 of file CPKIFCryptoPP.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::CPKIFCryptoPP::SecretAgree | ( | CPKIFCredentialPtr | myPrivateKey, | |
| CPKIFBufferPtr | ephemeralPublicKey, | |||
| CPKIFBufferPtr | theirPublicKey, | |||
| CPKIFAlgorithm | alg | |||
| ) | [inline] |
Definition at line 120 of file CPKIFCryptoPP.java.
References com::orionsec::jpkif::CPKIFBufferPtr::getCPtr(), and com::orionsec::jpkif::CPKIFCredentialPtr::getCPtr().
| CPKIFKeyMaterialPtr com::orionsec::jpkif::CPKIFCryptoPP::DeriveKey | ( | SWIGTYPE_p_boost__shared_ptrT_IPKIFKeyAgreeContext_t | context, | |
| long | keyLen | |||
| ) | [inline] |
Definition at line 124 of file CPKIFCryptoPP.java.
final int com::orionsec::jpkif::CPKIFCryptoPP::thisComponent = pkif_moduleJNI.CPKIFCryptoPP_thisComponent_get() [static] |
Definition at line 128 of file CPKIFCryptoPP.java.
1.5.6