Definition at line 11 of file CPKIFNSSRawPtr.java.
Public Member Functions | |
CPKIFNSSRawPtr (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
void | reset () |
CPKIFNSSRaw | __deref__ () |
CPKIFNSSRaw | get () |
boolean | unique () |
int | use_count () |
void | swap (CPKIFNSSRawPtr other) |
SWIGTYPE_p_void | _internal_get_deleter (SWIGTYPE_p_boost__detail__sp_typeinfo ti) |
boolean | _internal_equiv (CPKIFNSSRawPtr r) |
void | Initialize () |
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) |
boolean | SupportsAlgorithm (CPKIFKeyMaterial key) |
void | Sign (CPKIFKeyMaterial key, byte[] pHashData, int nHashDataLen, byte[] pSignature, SWIGTYPE_p_int nSignatureLen, HASH_ALG hashAlg) |
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 (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 (CPKIFKeyMaterial key, byte[] pHashData, int nHashDataLen, byte[] pSignature, int nSignatureLen, HASH_ALG hashAlg) |
boolean | VerifyCertificate (CPKIFCertificate issCert, CPKIFCertificate subCert) |
IPKIFRawCryptContext | CryptInit (CPKIFKeyMaterial key, boolean pad) |
IPKIFRawCryptContext | CryptInit (CPKIFKeyMaterial key) |
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) |
void | AddParent (IPKIFColleague parent) |
void | RemoveParent (IPKIFColleague parent) |
boolean | IsParent (IPKIFColleague arg0) |
void | InitializeMediator (SWIGTYPE_p_std__vectorT_CPKIFException_p_t errorInfo) |
void | InitializeMediator () |
void | Terminate () |
void | AddMediator (IPKIFColleaguePtr m) |
void | RemoveMediator (IPKIFColleague arg0) |
void | RemoveMediatorAssociations () |
void | GetMediators (IPKIFColleagueList v) |
Static Public Member Functions | |
static long | getCPtr (CPKIFNSSRawPtr obj) |
Protected Member Functions | |
void | finalize () |
Protected Attributes | |
boolean | swigCMemOwn |
com::orionsec::jpkif::CPKIFNSSRawPtr::CPKIFNSSRawPtr | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
static long com::orionsec::jpkif::CPKIFNSSRawPtr::getCPtr | ( | CPKIFNSSRawPtr | obj | ) | [inline, static] |
void com::orionsec::jpkif::CPKIFNSSRawPtr::finalize | ( | ) | [inline, protected] |
Definition at line 24 of file CPKIFNSSRawPtr.java.
synchronized void com::orionsec::jpkif::CPKIFNSSRawPtr::delete | ( | ) | [inline] |
void com::orionsec::jpkif::CPKIFNSSRawPtr::reset | ( | void | ) | [inline] |
Definition at line 38 of file CPKIFNSSRawPtr.java.
CPKIFNSSRaw com::orionsec::jpkif::CPKIFNSSRawPtr::__deref__ | ( | ) | [inline] |
Definition at line 42 of file CPKIFNSSRawPtr.java.
CPKIFNSSRaw com::orionsec::jpkif::CPKIFNSSRawPtr::get | ( | ) | [inline] |
Definition at line 47 of file CPKIFNSSRawPtr.java.
boolean com::orionsec::jpkif::CPKIFNSSRawPtr::unique | ( | ) | [inline] |
Definition at line 52 of file CPKIFNSSRawPtr.java.
int com::orionsec::jpkif::CPKIFNSSRawPtr::use_count | ( | ) | [inline] |
Definition at line 56 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::swap | ( | CPKIFNSSRawPtr | other | ) | [inline] |
Definition at line 60 of file CPKIFNSSRawPtr.java.
SWIGTYPE_p_void com::orionsec::jpkif::CPKIFNSSRawPtr::_internal_get_deleter | ( | SWIGTYPE_p_boost__detail__sp_typeinfo | ti | ) | [inline] |
Definition at line 64 of file CPKIFNSSRawPtr.java.
boolean com::orionsec::jpkif::CPKIFNSSRawPtr::_internal_equiv | ( | CPKIFNSSRawPtr | r | ) | [inline] |
Definition at line 69 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::Initialize | ( | void | ) | [inline] |
Definition at line 73 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::GenRandom | ( | byte[] | buf, | |
int | len | |||
) | [inline] |
Definition at line 77 of file CPKIFNSSRawPtr.java.
IPKIFHashContext com::orionsec::jpkif::CPKIFNSSRawPtr::HashInit | ( | HASH_ALG | alg | ) | [inline] |
Definition at line 81 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::CPKIFNSSRawPtr::HashUpdate | ( | IPKIFHashContext | hash, | |
byte[] | pData, | |||
int | nDataLen | |||
) | [inline] |
Definition at line 86 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::HashFinal | ( | IPKIFHashContext | hash, | |
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 90 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::IPKIFHashContext::getCPtr().
boolean com::orionsec::jpkif::CPKIFNSSRawPtr::SupportsAlgorithm | ( | CPKIFKeyMaterial | key | ) | [inline] |
Definition at line 94 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::Sign | ( | CPKIFKeyMaterial | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
SWIGTYPE_p_int | nSignatureLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 98 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr(), and com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::CPKIFNSSRawPtr::Decrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | pad | |||
) | [inline] |
Definition at line 102 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
void com::orionsec::jpkif::CPKIFNSSRawPtr::Decrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 106 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
void com::orionsec::jpkif::CPKIFNSSRawPtr::Decrypt | ( | IPKIFRawCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 110 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::IPKIFRawCryptContext::getCPtr().
void com::orionsec::jpkif::CPKIFNSSRawPtr::Encrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | pad | |||
) | [inline] |
Definition at line 114 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
void com::orionsec::jpkif::CPKIFNSSRawPtr::Encrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 118 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
void com::orionsec::jpkif::CPKIFNSSRawPtr::Encrypt | ( | IPKIFRawCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 122 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::IPKIFRawCryptContext::getCPtr().
boolean com::orionsec::jpkif::CPKIFNSSRawPtr::Verify | ( | CPKIFKeyMaterial | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
int | nSignatureLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 126 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
boolean com::orionsec::jpkif::CPKIFNSSRawPtr::VerifyCertificate | ( | CPKIFCertificate | issCert, | |
CPKIFCertificate | subCert | |||
) | [inline] |
Definition at line 130 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::CPKIFCertificate::getCPtr().
IPKIFRawCryptContext com::orionsec::jpkif::CPKIFNSSRawPtr::CryptInit | ( | CPKIFKeyMaterial | key, | |
boolean | pad | |||
) | [inline] |
Definition at line 134 of file CPKIFNSSRawPtr.java.
IPKIFRawCryptContext com::orionsec::jpkif::CPKIFNSSRawPtr::CryptInit | ( | CPKIFKeyMaterial | key | ) | [inline] |
Definition at line 139 of file CPKIFNSSRawPtr.java.
IPKIFRawCryptContext com::orionsec::jpkif::CPKIFNSSRawPtr::HMACInit | ( | CPKIFKeyMaterial | key, | |
HASH_ALG | ha | |||
) | [inline] |
Definition at line 144 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::CPKIFNSSRawPtr::HMACUpdate | ( | IPKIFRawCryptContext | ctx, | |
byte[] | pData, | |||
int | nDataLen | |||
) | [inline] |
Definition at line 149 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::HMACFinal | ( | IPKIFRawCryptContext | ctx, | |
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 153 of file CPKIFNSSRawPtr.java.
References com::orionsec::jpkif::IPKIFRawCryptContext::getCPtr().
void com::orionsec::jpkif::CPKIFNSSRawPtr::AddParent | ( | IPKIFColleague | parent | ) | [inline] |
Definition at line 157 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::RemoveParent | ( | IPKIFColleague | parent | ) | [inline] |
Definition at line 161 of file CPKIFNSSRawPtr.java.
boolean com::orionsec::jpkif::CPKIFNSSRawPtr::IsParent | ( | IPKIFColleague | arg0 | ) | [inline] |
Definition at line 165 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::InitializeMediator | ( | SWIGTYPE_p_std__vectorT_CPKIFException_p_t | errorInfo | ) | [inline] |
Definition at line 169 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::InitializeMediator | ( | ) | [inline] |
Definition at line 173 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::Terminate | ( | ) | [inline] |
Definition at line 177 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::AddMediator | ( | IPKIFColleaguePtr | m | ) | [inline] |
Definition at line 181 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::RemoveMediator | ( | IPKIFColleague | arg0 | ) | [inline] |
Definition at line 185 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::RemoveMediatorAssociations | ( | ) | [inline] |
Definition at line 189 of file CPKIFNSSRawPtr.java.
void com::orionsec::jpkif::CPKIFNSSRawPtr::GetMediators | ( | IPKIFColleagueList | v | ) | [inline] |
Definition at line 193 of file CPKIFNSSRawPtr.java.
boolean com::orionsec::jpkif::CPKIFNSSRawPtr::swigCMemOwn [protected] |