Definition at line 11 of file CPKIFNSSRaw.java.
Public Member Functions | |
CPKIFNSSRaw (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
CPKIFNSSRaw (String dbdir) | |
CPKIFNSSRaw () | |
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 | 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) |
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) |
void | Decrypt (IPKIFRawCryptContext cryptContext, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen, boolean arg5) |
void | Encrypt (IPKIFRawCryptContext cryptContext, byte[] pData, int nDataLen, byte[] pResult, SWIGTYPE_p_int pnResultLen, boolean arg5) |
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) |
Static Public Member Functions | |
static long | getCPtr (CPKIFNSSRaw obj) |
Static Public Attributes | |
static final int | thisComponent = pkif_moduleJNI.CPKIFNSSRaw_thisComponent_get() |
Protected Member Functions | |
void | finalize () |
com::orionsec::jpkif::CPKIFNSSRaw::CPKIFNSSRaw | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
Definition at line 14 of file CPKIFNSSRaw.java.
com::orionsec::jpkif::CPKIFNSSRaw::CPKIFNSSRaw | ( | String | dbdir | ) | [inline] |
Definition at line 38 of file CPKIFNSSRaw.java.
com::orionsec::jpkif::CPKIFNSSRaw::CPKIFNSSRaw | ( | ) | [inline] |
Definition at line 42 of file CPKIFNSSRaw.java.
static long com::orionsec::jpkif::CPKIFNSSRaw::getCPtr | ( | CPKIFNSSRaw | obj | ) | [inline, static] |
void com::orionsec::jpkif::CPKIFNSSRaw::finalize | ( | ) | [inline, protected] |
Reimplemented from com::orionsec::jpkif::IPKIFColleague.
Definition at line 23 of file CPKIFNSSRaw.java.
synchronized void com::orionsec::jpkif::CPKIFNSSRaw::delete | ( | ) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFColleague.
Definition at line 27 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::IPKIFColleague::swigCMemOwn.
void com::orionsec::jpkif::CPKIFNSSRaw::Initialize | ( | void | ) | [inline] |
Reimplemented from com::orionsec::jpkif::IPKIFColleague.
Definition at line 46 of file CPKIFNSSRaw.java.
void com::orionsec::jpkif::CPKIFNSSRaw::GenRandom | ( | byte[] | buf, | |
int | len | |||
) | [inline] |
Definition at line 50 of file CPKIFNSSRaw.java.
IPKIFHashContext com::orionsec::jpkif::CPKIFNSSRaw::HashInit | ( | HASH_ALG | alg | ) | [inline] |
Definition at line 54 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::CPKIFNSSRaw::HashUpdate | ( | IPKIFHashContext | hash, | |
byte[] | pData, | |||
int | nDataLen | |||
) | [inline] |
Definition at line 59 of file CPKIFNSSRaw.java.
void com::orionsec::jpkif::CPKIFNSSRaw::HashFinal | ( | IPKIFHashContext | hash, | |
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 63 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::IPKIFHashContext::getCPtr().
boolean com::orionsec::jpkif::CPKIFNSSRaw::SupportsAlgorithm | ( | CPKIFKeyMaterial | key | ) | [inline] |
Definition at line 67 of file CPKIFNSSRaw.java.
void com::orionsec::jpkif::CPKIFNSSRaw::Sign | ( | CPKIFKeyMaterial | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
SWIGTYPE_p_int | nSignatureLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 71 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr(), and com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::CPKIFNSSRaw::Decrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | pad | |||
) | [inline] |
Definition at line 75 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
void com::orionsec::jpkif::CPKIFNSSRaw::Decrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 79 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
void com::orionsec::jpkif::CPKIFNSSRaw::Encrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | pad | |||
) | [inline] |
Definition at line 83 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
void com::orionsec::jpkif::CPKIFNSSRaw::Encrypt | ( | CPKIFKeyMaterial | key, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 87 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::CPKIFKeyMaterial::getCPtr().
boolean com::orionsec::jpkif::CPKIFNSSRaw::Verify | ( | CPKIFKeyMaterial | key, | |
byte[] | pHashData, | |||
int | nHashDataLen, | |||
byte[] | pSignature, | |||
int | nSignatureLen, | |||
HASH_ALG | hashAlg | |||
) | [inline] |
Definition at line 91 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
boolean com::orionsec::jpkif::CPKIFNSSRaw::VerifyCertificate | ( | CPKIFCertificate | issCert, | |
CPKIFCertificate | subCert | |||
) | [inline] |
Definition at line 95 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::CPKIFCertificate::getCPtr().
IPKIFRawCryptContext com::orionsec::jpkif::CPKIFNSSRaw::CryptInit | ( | CPKIFKeyMaterial | key, | |
boolean | pad | |||
) | [inline] |
Definition at line 99 of file CPKIFNSSRaw.java.
IPKIFRawCryptContext com::orionsec::jpkif::CPKIFNSSRaw::CryptInit | ( | CPKIFKeyMaterial | key | ) | [inline] |
Definition at line 104 of file CPKIFNSSRaw.java.
void com::orionsec::jpkif::CPKIFNSSRaw::Decrypt | ( | IPKIFRawCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 109 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::IPKIFRawCryptContext::getCPtr().
void com::orionsec::jpkif::CPKIFNSSRaw::Encrypt | ( | IPKIFRawCryptContext | cryptContext, | |
byte[] | pData, | |||
int | nDataLen, | |||
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen, | |||
boolean | arg5 | |||
) | [inline] |
Definition at line 113 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::IPKIFRawCryptContext::getCPtr().
IPKIFRawCryptContext com::orionsec::jpkif::CPKIFNSSRaw::HMACInit | ( | CPKIFKeyMaterial | key, | |
HASH_ALG | ha | |||
) | [inline] |
Definition at line 117 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::HASH_ALG::swigValue.
void com::orionsec::jpkif::CPKIFNSSRaw::HMACUpdate | ( | IPKIFRawCryptContext | ctx, | |
byte[] | pData, | |||
int | nDataLen | |||
) | [inline] |
Definition at line 122 of file CPKIFNSSRaw.java.
void com::orionsec::jpkif::CPKIFNSSRaw::HMACFinal | ( | IPKIFRawCryptContext | ctx, | |
byte[] | pResult, | |||
SWIGTYPE_p_int | pnResultLen | |||
) | [inline] |
Definition at line 126 of file CPKIFNSSRaw.java.
References com::orionsec::jpkif::IPKIFRawCryptContext::getCPtr().
final int com::orionsec::jpkif::CPKIFNSSRaw::thisComponent = pkif_moduleJNI.CPKIFNSSRaw_thisComponent_get() [static] |
Definition at line 130 of file CPKIFNSSRaw.java.